We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d21b446 + 2f057dd commit 73c8c17Copy full SHA for 73c8c17
README.md
@@ -25,6 +25,13 @@ python3 create_requirement_images.py learn --guide [Learn Guide Name]
25
python3 create_requirement_images.py learn -g [Learn Guide Name]
26
```
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
+
35
### Help Command
36
The help command will list all possible commands and arguments.
37
settings_required.py
@@ -13,7 +13,7 @@
13
"adafruit_minimqtt",
14
"adafruit_portalbase",
15
"adafruit_azureiot",
16
- "adafruit_connection_manager",
+ "adafruit_connection_manager.mpy",
17
]
18
19
0 commit comments