diff --git a/TagStudio.sh b/TagStudio.sh new file mode 100755 index 00000000..82036413 --- /dev/null +++ b/TagStudio.sh @@ -0,0 +1,5 @@ +#! /bin/bash +python3 -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt +python tagstudio/tagstudio.py \ No newline at end of file