File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ python3 create_requirement_images.py learn --guide [Learn Guide Name]
25
25
python3 create_requirement_images.py learn -g [Learn Guide Name]
26
26
```
27
27
28
+ ### Generate Single Library Bundle Example Image
29
+ ``` shell
30
+ python3 create_requirement_images.py bundle [path to example].py
31
+ # e.g.
32
+ python3 create_requirement_images.py bundle Adafruit_CircuitPythonBundle/libraries/helpers/wiz/wiz_buttons_controller.py
33
+ ```
34
+
28
35
### Help Command
29
36
The help command will list all possible commands and arguments.
30
37
Original file line number Diff line number Diff line change 13
13
"adafruit_minimqtt" ,
14
14
"adafruit_portalbase" ,
15
15
"adafruit_azureiot" ,
16
- "adafruit_connection_manager" ,
16
+ "adafruit_connection_manager.mpy " ,
17
17
]
18
18
19
19
You can’t perform that action at this time.
0 commit comments