Skip to content

Latest commit

 

History

History
executable file
·
35 lines (23 loc) · 838 Bytes

README.md

File metadata and controls

executable file
·
35 lines (23 loc) · 838 Bytes

sumorobot-manager

Update SumoFirmware

How to run

  1. Install Python3, PyQt5, pyserial (terminal: pip3 install pyqt5 pyserial)
  2. Launch the app (terminal: python3 main.py)

How to build executable

  1. Install pyinstaller (terminal: pip3 install pyinstaller)
  2. On Mac OS install create-dmg (terminal: npm install create-dmg)

How to use

  1. Plug in SumoRobot via a micro USB cable
  2. Press Update Firmware

Support

If you find our work useful, please consider donating : )
Donate using Liberapay

License

MIT

Credits

  • Qt
  • Python
  • pyinstaller