added Start script to boot into linux provided you have python installed
This commit is contained in:
parent
6c5f0c2151
commit
70500ed9fd
1 changed files with 5 additions and 0 deletions
5
TagStudio.sh
Executable file
5
TagStudio.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#! /bin/bash
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
python tagstudio/tagstudio.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue