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

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