Program Raspberry Pi Pico W with MicroPython
= Program Raspberry Pi Pico W with MicroPython
{tag=MicroPython}
Install firmware: https://projects.raspberrypi.org/en/projects/getting-started-with-the-pico/3
Then there are two appraoches:
* thonny if you like clicking mouse buttons:
``
pipx install thonny
``
and select the interpreter as the Pico.
* <ampy> if you like things to just run from the CLI: <How to run a MicroPython script from a file on the Raspberry Pi Pico W from the command line?>