mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-28 22:01:24 +00:00
added Start script to boot into linux provided you have python installed
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user