mechatronics/docs/thonny.md

18 lines
260 B
Markdown
Raw Permalink Normal View History

2025-09-26 16:27:26 +08:00
# Thonny
2025-09-28 03:16:33 +08:00
`MicroPython`
2025-09-26 16:27:26 +08:00
2025-09-28 03:16:33 +08:00
## Install
2025-09-26 16:27:26 +08:00
### 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