Initial commit of files

This commit is contained in:
2021-01-22 10:16:17 -05:00
parent 92cd842b54
commit 9e201bd1b8
18 changed files with 162 additions and 0 deletions

8
packages/PACKAGES.txt Normal file
View File

@ -0,0 +1,8 @@
Required Python3 packages:
==========================
subversion
python3-all
python3-pil.imagetk
spyder3

14
packages/packages.sh Executable file
View File

@ -0,0 +1,14 @@
#!/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
# Python addons
sudo -H pip install --upgrade pip
sudo -H pip install configparser pyside2 pycrate
# cleanup
sudo apt-get autoremove
sudo apt-get clean