Install UpyCraft IDE Micropython
1 min read
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


