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.
1 parent 6dff63d commit a4cc8dfCopy full SHA for a4cc8df
install.bat
@@ -0,0 +1,3 @@
1
+python -m venv venv
2
+call venv\Scripts\activate.bat
3
+pip install -r requirements.txt
install.sh
+source venv/bin/activate
+python src/kubin.py
update.bat
@@ -0,0 +1,2 @@
+git pull
update.sh
0 commit comments