トップ 一覧 検索 ヘルプ RSS ログイン

PYTHON-MUの変更点

  • 追加された行はこのように表示されます。
  • 削除された行はこのように表示されます。
!! micropython mu editor

https://codewith.mu/

!! Download
https://github.com/mu-editor/mu

 git clone https://github.com/mu-editor/mu.git


!! install 
 ## venv 環境の場合
 $ python3 -m venv mu_venv   ## 初回
 $ ## python3 -m venv --clear mu_venv ## 初期化
 $ source mu_venv/bin/activate
 
 $ ## pip install --upgrade pip
 $ pip3 install --upgrade pip setuptools
 $ pip3 install --upgrade PyQt5==5.15.0
 $ pip3 install --upgrade appdirs
 $ pip3 install --upgrade pyflakes
 $ pip3 install --upgrade pycodestyle
 $ pip3 install --upgrade pyserial
 $ pip3 install --upgrade qtconsole
 $ pip3 install --upgrade QScintilla semver
 
 # Exit