Fixed setups for Python
This commit is contained in:
@ -8,8 +8,8 @@ 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 python3 -m pip install --upgrade pip
|
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 pyserial matplotlib numpy scipy 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
|
||||||
|
|||||||
@ -3,14 +3,10 @@
|
|||||||
# Python 3
|
# Python 3
|
||||||
echo "Python 3 packages:"
|
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.*
|
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.*
|
||||||
sudo apt-get -y --ignore-missing install gpsd gpsd-clients gpsbabel libgps-dev python-gps
|
sudo apt-get -y --ignore-missing install gpsd gpsd-clients gpsbabel libgps-dev
|
||||||
|
|
||||||
# Python addons
|
# Python addons
|
||||||
sudo -H pip3 install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
sudo -H pip3 install configparser pyside2
|
python3 -m pip install configparser pyside2
|
||||||
sudo -H pip3 install --upgrade pyserial numpy plotly scapy==2.4.4 scipy gps gpxpy maidenhead pyyaml virtualenv virtualenvwrapper simpleaudio
|
python3 -m pip install --upgrade pyserial numpy plotly scapy==2.4.4 scipy gps gpxpy maidenhead pyyaml virtualenv virtualenvwrapper simpleaudio
|
||||||
|
|
||||||
# cleanup
|
|
||||||
sudo apt-get autoremove
|
|
||||||
sudo apt-get clean
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user