GPS Tool setup fixes

This commit is contained in:
Neal Probert
2021-07-16 11:36:59 -04:00
parent 34a157832f
commit 86373d04ff

View File

@ -8,9 +8,8 @@ sudo apt-get -y --ignore-missing install gpsd gpsd-clients gpsbabel libgps-dev
# Python addons
echo "Python 3 Packages:"
sudo -H pip3 install --upgrade pip
sudo -H pip3 install configparser pyside2
sudo -H pip3 install --upgrade pyserial matplotlib numpy scipy gps gpxpy maidenhead virtualenv virtualenvwrapper
sudo -H python3 -m pip install --upgrade pip
sudo -H python3 -m pip install --upgrade pyserial matplotlib numpy scipy gps gpxpy maidenhead virtualenv virtualenvwrapper
# enable and start gpsd service
sudo systemctl enable gpsd.service