Skip to content

Commit

Permalink
added filterpy to setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
adangert committed Feb 19, 2021
1 parent 23d13f2 commit f814cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ setup() {
/usr/bin/python3 -m virtualenv --system-site-packages $VENV || exit -1
PYTHON=$VENV/bin/python3
#espeak "installing virtual environment dependencies"
$PYTHON -m pip install --ignore-installed psutil flask Flask-WTF pyalsaaudio pydub pygame pyaudio pyyaml dbus-python || exit -1
$PYTHON -m pip install --ignore-installed filterpy psutil flask Flask-WTF pyalsaaudio pydub pygame pyaudio pyyaml dbus-python || exit -1

#espeak "downloading PS move API"
#install psmoveapi (currently adangert's for opencv 3 support)
Expand Down

0 comments on commit f814cc6

Please sign in to comment.