2023.09.13 lubuntu 22.04
MicroPythonでRaspberry Pi
Picoの制御プログラムを作成するためにlubuntuにインストールした。
PythonのバージョンはPython3.10
python3-pipがインストール済み
1. thonnyのインストール
これは必ず ユーザモードでインストールする。
$ pip3 install thonny
2 tkinterのインストール
$ sudo apt-get install python3-tk
3 起動は
$ thonny &