You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can change which interpreter you are using in Thonny by selecting the desired option at the bottom right of the screen. Make sure that **MicroPython (Raspberry Pi Pico)** is selected.
27
31
28
32
.. image:: images/thonny-switch-interpreter.jpg
33
+
:alt:Selecting MicroPython (Raspberry Pi Pico) from the interpreter menu in the bottom right of the Thonny IDE
29
34
30
35
Install picozero from PyPI in Thonny
31
36
------------------------------------
32
37
33
38
To install picozero within Thonny, select **Tools** > **Manage packages...**
34
39
35
40
.. image:: images/thonny-manage-packages.jpg
41
+
:alt:Selecting Manage Packages from the Tools menu in Thonny
36
42
37
43
Search for `picozero` on PyPI.
38
44
39
45
.. image:: images/thonny-packages-picozero.jpg
46
+
:alt:picozero entered in the Search box of the Manage Packages window in Thonny
40
47
41
48
Click on **install** to download the package.
42
49
43
50
.. image:: images/thonny-install-package.jpg
51
+
:alt:Information about the picozero package shown in the Manage Packages window
52
+
53
+
Manual install
54
+
==============
55
+
56
+
picozero can be installed by copying the ``picozero.py`` code to your Raspberry Pi Pico.
57
+
58
+
Either clone the picozero `GitHub repository`_ or copy the code from the `picozero.py`_ file and save it on your main computer.
0 commit comments