Moved QtGPS here

This commit is contained in:
2021-03-11 13:48:07 -05:00
parent a09155558b
commit dad58debe7
6 changed files with 983 additions and 0 deletions

10
gps_tool/setup.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
# Python 3
echo "Python 3 packages:"
sudo apt-get -y --ignore-missing install python3-all python3-dev python3-tk idle3 python3-pip python3-pyqt5 python3-serial python3-can python3-protobuf python3-numpy python3-pil.imagetk python3-gi spyder3 python3-pyside2.*
# Python addons
sudo -H pip install --upgrade pip
sudo -H pip install configparser pyside2
sudo -H pip install --upgrade pyserial numpy scipy scapy gps gpxpy maidenhead virtualenv virtualenvwrapper