Found better way to play sound

This commit is contained in:
2021-06-18 10:09:26 -04:00
parent 270143e048
commit 38dd1d576d
2 changed files with 4 additions and 10 deletions

View File

@ -8,7 +8,7 @@ sudo apt-get -y --ignore-missing install gpsd gpsd-clients gpsbabel libgps-dev p
# Python addons
sudo -H pip3 install --upgrade pip
sudo -H pip3 install configparser pyside2
sudo -H pip3 install --upgrade pyserial numpy plotly scapy scipy gps gpxpy maidenhead pyyaml virtualenv virtualenvwrapper
sudo -H pip3 install --upgrade pyserial numpy plotly scapy==2.4.4 scipy gps gpxpy maidenhead pyyaml virtualenv virtualenvwrapper simpleaudio
# cleanup
sudo apt-get autoremove