Depend more on pip for python packages than apt
This commit is contained in:
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
# 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-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
|
sudo apt-get -y --ignore-missing install gpsd gpsbabel libgps-dev
|
||||||
|
|
||||||
# Python addons
|
# Python addons
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
|
|||||||
Reference in New Issue
Block a user