fix
This commit is contained in:
parent
9955ceeb0a
commit
78cc0640d4
|
|
@ -2,6 +2,8 @@
|
|||
:: RUN FROM POWERSHELL W/ADMIN RIGHTS:
|
||||
:: Set-ExecutionPolicy Unrestricted -Scope CurrentUser
|
||||
|
||||
pip install -r src/requirements.txt
|
||||
|
||||
cd tmp
|
||||
|
||||
:: GXIPY
|
||||
|
|
|
|||
|
|
@ -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 $*
|
||||
Loading…
Reference in New Issue
Block a user