Merge branch 'main' of https://github.com/nprobert/Pynomicon into main
This commit is contained in:
@ -8,15 +8,15 @@ sudo apt-get -y --ignore-missing install gpsd gpsd-clients gpsbabel libgps-dev
|
|||||||
|
|
||||||
# Python addons
|
# Python addons
|
||||||
echo "Python 3 Packages:"
|
echo "Python 3 Packages:"
|
||||||
sudo -H pip3 install --upgrade pip
|
sudo -H python3 -m pip install --upgrade pip
|
||||||
sudo -H pip3 install configparser pyside2
|
sudo -H python3 -m pip install --upgrade pyserial matplotlib numpy scipy gps gpxpy maidenhead virtualenv virtualenvwrapper
|
||||||
sudo -H pip3 install --upgrade pyserial matplotlib numpy scipy scapy gps gpxpy maidenhead virtualenv virtualenvwrapper
|
|
||||||
|
|
||||||
# enable and start gpsd service
|
# enable and start gpsd service
|
||||||
sudo systemctl enable gpsd.service
|
sudo systemctl enable gpsd.service
|
||||||
|
|
||||||
# gpsd startup
|
# gpsd startup
|
||||||
sudo cp -r etc/* /etc/
|
sudo cp -r etc/* /etc/
|
||||||
|
sudo systemctl daemon-reload
|
||||||
|
|
||||||
# enable and start gpsd service
|
# enable and start gpsd service
|
||||||
sudo systemctl start gpsd.service
|
sudo systemctl start gpsd.service
|
||||||
|
|||||||
Reference in New Issue
Block a user