Skip to content
All posts

Install UpyCraft IDE Micropython

1 min read
Install UpyCraft IDE Micropython

Linux

  • $ git clone https://github.com/jiapei100/uPyCraft_PyQt5.git
  • $ pip3 install -U pyqt5
  • $ pip3 install -U pyinstaller --user
  • $ pip3 install -U pyflakes --user
  • $ pip3 install -U pyserial --user
  • $ pip3 install -U QScintilla --user
  • $ pyinstaller -F uPyCraft.py
  • $ cd dist
  • $ ./uPyCraft
uPyCraft siap digunakan