Added install help for gps_tool

This commit is contained in:
2021-03-25 13:39:57 -04:00
parent a086eb3cf9
commit 8c80d7e535
4 changed files with 46 additions and 6 deletions

View File

@ -3,11 +3,12 @@
# Python 3
echo "Python 3 packages:"
sudo apt-get -y --ignore-missing install python3-all python3-dev python3-tk idle3 python3-pip python3-pyqt5 python3-serial python3-can python3-protobuf python3-numpy python3-pil.imagetk python3-gi spyder3 python3-pyside2.*
sudo apt-get -y --ignore-missing install gpsd gpsd-clients gpsbabel libgps-dev python-gps
# Python addons
sudo -H pip3 install --upgrade pip
sudo -H pip3 install configparser pyside2
sudo -H pip3 install --upgrade pyserial numpy pyasn1 scapy virtualenv virtualenvwrapper
sudo -H pip3 install --upgrade pyserial numpy plotly scapy scipy gps gpxpy maidenhead pyyaml virtualenv virtualenvwrapper
# cleanup
sudo apt-get autoremove