GPS Tool doesn't need scapy

This commit is contained in:
Neal Probert
2021-07-16 10:48:02 -04:00
parent 2eb0390076
commit 34a157832f

View File

@ -10,7 +10,7 @@ sudo apt-get -y --ignore-missing install gpsd gpsd-clients gpsbabel libgps-dev
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 pip3 install --upgrade pyserial matplotlib numpy scipy gps gpxpy maidenhead virtualenv virtualenvwrapper
# enable and start gpsd service
sudo systemctl enable gpsd.service