parent
129b973994
commit
3b145dda1c
2 changed files with 52 additions and 0 deletions
@ -0,0 +1,46 @@ |
||||
title : Micropython ressources |
||||
author: zvevqx |
||||
published: 2025-11-22 |
||||
cat: code , python |
||||
desc: ressources for micropython |
||||
|
||||
... |
||||
|
||||
|
||||
# ressource website |
||||
|
||||
[https://awesome-micropython.com/](https://awesome-micropython.com/) |
||||
|
||||
|
||||
# ide |
||||
|
||||
- thonny |
||||
|
||||
[https://thonny.org/](https://thonny.org/) |
||||
|
||||
linux install : |
||||
``` |
||||
|
||||
Official downloads for Linux |
||||
|
||||
Installer (installs private Python 3.10 on x86_64, uses existing python3 elsewhere) |
||||
bash <(wget -O - https://thonny.org/installer-for-linux) |
||||
|
||||
Re-using an existing Python installation (for advanced users) |
||||
pip3 install thonny |
||||
3rd party distributions (may have older version) |
||||
|
||||
Flatpak |
||||
flatpak install org.thonny.Thonny |
||||
|
||||
Snap |
||||
sudo snap install thonny |
||||
|
||||
Debian, Raspbian, Ubuntu, Mint and others |
||||
sudo apt install thonny |
||||
|
||||
Fedora |
||||
sudo dnf install thonny |
||||
|
||||
``` |
||||
|
||||
Loading…
Reference in new issue