Fixed setups for Python

This commit is contained in:
2021-07-28 15:56:48 -04:00
parent d1e82e1e26
commit 3da477aad1
2 changed files with 6 additions and 10 deletions

View File

@ -8,8 +8,8 @@ sudo apt-get -y --ignore-missing install gpsd gpsd-clients gpsbabel libgps-dev
# Python addons
echo "Python 3 Packages:"
sudo -H python3 -m pip install --upgrade pip
sudo -H python3 -m pip install --upgrade pyserial matplotlib numpy scipy gps gpxpy maidenhead virtualenv virtualenvwrapper
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade pyserial matplotlib numpy scipy gps gpxpy maidenhead virtualenv virtualenvwrapper
# enable and start gpsd service
sudo systemctl enable gpsd.service