move annotation_queue_handler to a separate repository

This commit is contained in:
Alex Bezdieniezhnykh
2025-05-22 16:50:59 +03:00
parent eecc11b1e5
commit ce29d7fc58
8 changed files with 15 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
if [ ! -d "venv" ]; then
python3 -m venv venv
fi
venv/bin/python -m pip install --upgrade pip
venv/bin/pip install -r requirements.txt
venv/bin/pip install --upgrade pyinstaller pyinstaller-hooks-contrib