This commit is contained in:
neo-dl 2023-04-12 16:08:17 +02:00
parent 9955ceeb0a
commit 78cc0640d4
2 changed files with 2 additions and 4 deletions

View File

@ -2,6 +2,8 @@
:: RUN FROM POWERSHELL W/ADMIN RIGHTS:
:: Set-ExecutionPolicy Unrestricted -Scope CurrentUser
pip install -r src/requirements.txt
cd tmp
:: GXIPY

View File

@ -1,4 +0,0 @@
#!/bin/bash -e
cd "$(dirname "$0")"
source "./venv/bin/activate" || source "./venv/Scripts/activate" || :
python -O "./src/main.py" --no-edgetpu --no-tflite $*