@@ -51,14 +51,14 @@ Before we can install external modules, we need to have MicroPython running on o
5151
5252*** For more details, visit the [ MicroPython installation guide] ( /micropython/first-steps/install-guide ) ***
5353
54- ### Step 2: Install the Modulino Package
54+ ### Step 2: Install a Package
5555
5656There are multiple ways to install external modules in MicroPython. We’ll cover two common methods:
5757- ** Using the MicroPython Package Installer (GUI)** (Recommended for ease of use)
5858- ** Using ` mpremote ` (Command-line installation)**
5959
6060#### Option 1: Using the MicroPython Package Installer (Recommended)
61- The ** MicroPython Package Installer** is a graphical tool that makes it easy to install external modules without needing to use the command line .
61+ The ** MicroPython Package Installer** is a graphical tool that makes it easy to install external MicroPython packages .
6262
63631 . ** Download and install** the [ MicroPython Package Installer] ( https://github.com/arduino/lab-micropython-package-installer/releases ) .
64642 . ** Open the tool** and plug in your board.
@@ -67,9 +67,9 @@ The **MicroPython Package Installer** is a graphical tool that makes it easy to
6767If the board does not appear in the ` Detected Boards ` section, click ` Reload ` .
6868If the board is still not detected, ensure no other programs (e.g., a code editor) are using the board's COM port.
6969
70- 3 . ** Search for the Modulino package** using the search feature.
71- 4 . Click ** Install** and wait for the installation confirmation.
72- 5 . ** Disconnect the board** from the tool before returning to your code editor to avoid conflicts due to the COM port being busy.
70+ 1 . ** Search for a package** using the search feature.
71+ 2 . Click ** Install** and wait for the installation confirmation.
72+ 3 . ** Disconnect the board** from the tool before returning to your code editor to avoid conflicts due to the COM port being busy.
7373
7474![ Package Installer UI] ( assets/package-installer.png )
7575
0 commit comments