|
# Thonny
|
|
|
|
`MicroPython`
|
|
|
|
## Install
|
|
|
|
### Linux
|
|
```
|
|
wget https://github.com/thonny/thonny/releases/download/v4.1.7/thonny-4.1.7-x86_64.tar.gz
|
|
tar -xvzf thonny-4.1.7.bundled.tar.gz
|
|
cd thonny-4.1.7
|
|
./install
|
|
|
|
/home/[user]/apps/thonny/bin/thonny
|
|
```
|
|
|
|
### Windows
|