update install
This commit is contained in:
parent
6136b46145
commit
38b5f73ca5
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ fi
|
||||||
source "$script_dir/.venv/bin/activate"
|
source "$script_dir/.venv/bin/activate"
|
||||||
# pip install -r "$script_dir/requirements.txt" > /dev/null
|
# pip install -r "$script_dir/requirements.txt" > /dev/null
|
||||||
pip install "$script_dir/" > /dev/null
|
pip install "$script_dir/" > /dev/null
|
||||||
pip install git+https://github.com/ageitgey/face_recognition_models@master > /dev/null
|
pip install git+https://github.com/ageitgey/face_recognition_models > /dev/null
|
||||||
image_classifier.py "${@}"
|
image_classifier.py "${@}"
|
||||||
|
|
Loading…
Reference in a new issue