Skip to content

Commit 01299f2

Browse files
authored
Merge pull request #2640 from arduino/karlsoderby/micropython-fixes
Minor edit to MicroPython Package instructions
2 parents 71fc957 + 4fa91a6 commit 01299f2

File tree

1 file changed

+5
-5
lines changed
  • content/micropython/02.environment/03.modules

1 file changed

+5
-5
lines changed

content/micropython/02.environment/03.modules/modules.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5656
There 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

6363
1. **Download and install** the [MicroPython Package Installer](https://github.com/arduino/lab-micropython-package-installer/releases).
6464
2. **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
6767
If the board does not appear in the `Detected Boards` section, click `Reload`.
6868
If 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

Comments
 (0)