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
Copy file name to clipboardExpand all lines: README.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,12 +260,36 @@ Figure 2.14: An anatomy of the`Bundle Manager` tab.
260
260
4. (Orange) If a module is selected in the bundle and there is a selected device, then you can install to it!
261
261
5. (Pink) If a module is selected in the list of installed modules and there is a selected device, you can uninstall it!
262
262
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:
264
264
265
265
Figure 2.15: Using the search bar to find the `simpleio.mpy` files.
266
266
267
267

268
268
269
+
If it succeeds, you get an information box like in Figure 2.16:
270
+
271
+
Figure 2.16: Success!
272
+
273
+

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
+

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
+

286
+
287
+
Figure 2.19: We see that it has been successfully uninstalled!
288
+
289
+

290
+
291
+
That is it! Continue to [keeping the bundle updated](https://github.com/UnsignedArduino/CircuitPython-Bundle-Manager#keeping-the-bundle-updated).
292
+
269
293
[Back to table of contents](https://github.com/UnsignedArduino/CircuitPython-Bundle-Manager#table-of-contents)
0 commit comments