« RaspberryPiのadafruit_blinkaでSense_HATのセンサーにアクセスする | トップページ | CircuitPython/MicroPythonに気圧センサーLPS331AP(i2c)を接続する »

2020年3月30日 (月)

python3/micro:bit-micropython/CircuitPython用エディタ(mu-editor)をインストールする(linux版)

2020/3/30

mu-editor install for linux

mu-editor install for linux

概要

python3/micro:bit-micropython/CircuitPython用エディタとしてmu-editorがあるが windowsやmac向けのインストーラーは存在するがlinux用が存在しないので、linux版は存在しないと 誤解していたが、普通のpythonプログラムのようにpip3でインストールできる。ここでは、その方法について 記載する。

インストール方法

以下を実行する:

# mu-editorのインストール pip3 install mu-editor # ショートカットを作成するためshortcutをインストールする pip installl shortcut # mu-editorのショートカットを作る shortcut mu-editor # この時点で、デスクトップにmu-editorのショートカット(アイコン)が作られる # そのショートカットをクリックするとmu-editorが起動する

参照情報

How to install Mu with Python packaging on Windows, OSX and Linux

以上

|

« RaspberryPiのadafruit_blinkaでSense_HATのセンサーにアクセスする | トップページ | CircuitPython/MicroPythonに気圧センサーLPS331AP(i2c)を接続する »

linux」カテゴリの記事

MicroPython」カテゴリの記事

CircuitPython」カテゴリの記事

コメント

コメントを書く



(ウェブ上には掲載しません)




« RaspberryPiのadafruit_blinkaでSense_HATのセンサーにアクセスする | トップページ | CircuitPython/MicroPythonに気圧センサーLPS331AP(i2c)を接続する »