From a09155558b526d0b06db76aaf4c60027de81ec8f Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Mon, 22 Feb 2021 16:21:18 -0500 Subject: [PATCH] Packages update --- packages/packages.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/packages.sh b/packages/packages.sh index e690d88..03880e6 100755 --- a/packages/packages.sh +++ b/packages/packages.sh @@ -2,11 +2,12 @@ # 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 +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 pycrate +sudo -H pip install configparser pyside2 +sudo -H pip3 install --upgrade pyserial numpy pyasn1 scapy virtualenv virtualenvwrapper # cleanup sudo apt-get autoremove