mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 20:16:35 +00:00
move annotation_queue_handler to a separate repository
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user