Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ python3 create_requirement_images.py learn --guide [Learn Guide Name]
python3 create_requirement_images.py learn -g [Learn Guide Name]
```

### Generate Single Library Bundle Example Image
```shell
python3 create_requirement_images.py bundle [path to example].py
# e.g.
python3 create_requirement_images.py bundle Adafruit_CircuitPythonBundle/libraries/helpers/wiz/wiz_buttons_controller.py
```

### Help Command
The help command will list all possible commands and arguments.

Expand Down
2 changes: 1 addition & 1 deletion settings_required.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"adafruit_minimqtt",
"adafruit_portalbase",
"adafruit_azureiot",
"adafruit_connection_manager",
"adafruit_connection_manager.mpy",
]


Expand Down