Skip to content

Commit e617aac

Browse files
Finish managing modules
1 parent 923580f commit e617aac

File tree

5 files changed

+25
-1
lines changed

5 files changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,36 @@ Figure 2.14: An anatomy of the`Bundle Manager` tab.
260260
4. (Orange) If a module is selected in the bundle and there is a selected device, then you can install to it!
261261
5. (Pink) If a module is selected in the list of installed modules and there is a selected device, you can uninstall it!
262262

263-
Let's say I wanted to install the `simpleio.mpy` and `neopixel.mpy` files. First, I could either scroll through the list to find `simpleio` or use the search bar to search up `simpleio`, like in Figure 2.15:
263+
Let's say I wanted to install the `simpleio.mpy` module . First, I could either scroll through the list to find `simpleio` or use the search bar to search up `simpleio`, like in Figure 2.15:
264264

265265
Figure 2.15: Using the search bar to find the `simpleio.mpy` files.
266266

267267
![An image of the CircuitPython Bundle Manager's Bundle Manager tab open with simpleio in the search bar](assets/2/15.png)
268268

269+
If it succeeds, you get an information box like in Figure 2.16:
270+
271+
Figure 2.16: Success!
272+
273+
![An information dialog saying "Successfully installed module!"](assets/2/16.png)
274+
275+
And in Figure 2.17, you can see it successfully installed!
276+
277+
Figure 2.17: Look, it's in the list of installed modules now!
278+
279+
![An image of the CircuitPython Bundle Manager's Bundle Manager tab open with simpleio in the search bar and in the list of installed modules](assets/2/17.png)
280+
281+
Oh never mind, we didn't need the `simpleio` module. To uninstall it, click on `simpleio.mpy` in the list of installed modules and press `Uninstall`!
282+
283+
Figure 2.18: Uninstalling the `simpleio.mpy` file.
284+
285+
![An image of the CircuitPython Bundle Manager's Bundle Manager tab open with simpleio in the search bar and in the list of installed modules and the simpleio.mpy file is selected in the list of installed modules](assets/2/18.png)
286+
287+
Figure 2.19: We see that it has been successfully uninstalled!
288+
289+
![An information dialog saying "Successfully uninstalled module!"](assets/2/19.png)
290+
291+
That is it! Continue to [keeping the bundle updated](https://github.com/UnsignedArduino/CircuitPython-Bundle-Manager#keeping-the-bundle-updated).
292+
269293
[Back to table of contents](https://github.com/UnsignedArduino/CircuitPython-Bundle-Manager#table-of-contents)
270294

271295
### Keeping the bundle updated

assets/2/16.png

2.85 KB
Loading

assets/2/17.png

6.47 KB
Loading

assets/2/18.png

6.37 KB
Loading

assets/2/19.png

2.95 KB
Loading

0 commit comments

Comments
 (0)