From 34a157832f3537ca355558d9f40ab898002f9a5e Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Fri, 16 Jul 2021 10:48:02 -0400 Subject: [PATCH] GPS Tool doesn't need scapy --- gps_tool/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gps_tool/setup.sh b/gps_tool/setup.sh index 664ae84..fa62891 100755 --- a/gps_tool/setup.sh +++ b/gps_tool/setup.sh @@ -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