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
commit 5722521319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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