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]
2525python3 create_requirement_images.py learn -g [Learn Guide Name]
2626```
2727
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+
2835### Help Command
2936The help command will list all possible commands and arguments.
3037
Original file line number Diff line number Diff line change 1313 "adafruit_minimqtt" ,
1414 "adafruit_portalbase" ,
1515 "adafruit_azureiot" ,
16- "adafruit_connection_manager" ,
16+ "adafruit_connection_manager.mpy " ,
1717]
1818
1919
You can’t perform that action at this time.
0 commit comments