added Start script to boot into linux provided you have python installed

This commit is contained in:
Ole Vølund Skov Mortensen 2024-04-23 07:32:13 +02:00
parent 6c5f0c2151
commit 70500ed9fd
No known key found for this signature in database
GPG key ID: 668E1B8547707466

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