-
Notifications
You must be signed in to change notification settings - Fork 1
Cricket LinuxOS
seenivasanv-mcci edited this page Nov 9, 2021
·
4 revisions
Development environment
- Linux OS - Ubuntu 20.04 64 bit
- Python - 3.8.2
- Mac OS - High Sierra 10.13.6 64 bit
- Python - 3.7.0
- wxpython - 4.0.7.post2
- pyserial - 3.4
- pyusb - 1.0.2
- libusb - 1.0.22b9
- libusb1 - 1.8
- matplotlib - 3.4.3
- pyinstaller - 4.1
sudo apt-get update
sudo apt-get install python3
sudo apt-get install python3-pip
sudo pip3 install wxpython==4.0.7.post2
sudo pip3 install pyserial
sudo pip3 install pyusb
sudo pip3 install libusb
sudo pip3 install libusb1
sudo pip3 install matplotlib
sudo pip3 install pyinstaller
Note:
- If the installation of wxpython is not success, perform
sudo apt-get install build-essential libgtk-3-dev
- Some times the installation of wxpython takes longer time (>30 minutes).