mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 15:49:09 +00:00
Merge pull request #10 from OleMortensen8/main
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