We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c5f0c2 + 70500ed commit 5722521Copy full SHA for 5722521
TagStudio.sh
@@ -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