Merge pull request #10 from OleMortensen8/main

added Start script to boot into linux provided you have python installed
This commit is contained in:
Travis Abendshien
2024-04-23 10:00:56 -07:00
committed by GitHub

5
TagStudio.sh Executable file
View File

@@ -0,0 +1,5 @@
#! /bin/bash
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python tagstudio/tagstudio.py