Skip to content

Commit

Permalink
removed filterpy for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
adangert committed Aug 2, 2022
1 parent c2333fd commit 2a725b9
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 @@ -48,7 +48,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 filterpy psutil flask Flask-WTF pyalsaaudio pydub pygame pyaudio pyyaml dbus-python || exit -1
$PYTHON -m pip install --ignore-installed 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 2a725b9

Please sign in to comment.