Skip to content

Commit 5722521

Browse files
authored
Merge pull request #10 from OleMortensen8/main
added Start script to boot into linux provided you have python installed
2 parents 6c5f0c2 + 70500ed commit 5722521

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

TagStudio.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /bin/bash
2+
python3 -m venv .venv
3+
source .venv/bin/activate
4+
pip install -r requirements.txt
5+
python tagstudio/tagstudio.py

0 commit comments

Comments
 (0)