Skip to content

Cricket MacOS

seenivasanv-mcci edited this page Mar 9, 2021 · 1 revision

Development environment

  • 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
  • pyinstaller - 3.6
  • hidapi - 0.10.1 - Only for Mac OS
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 pyinstaller
Clone this wiki locally