This commit is contained in:
2021-07-18 07:15:37 -04:00

View File

@ -8,15 +8,15 @@ 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 scapy 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
# gpsd startup
sudo cp -r etc/* /etc/
sudo systemctl daemon-reload
# enable and start gpsd service
sudo systemctl start gpsd.service