We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e068ae commit 5716aa9Copy full SHA for 5716aa9
python_generator/README.md
@@ -1,8 +1,12 @@
1
This folder contains scripts that can be run to create requirement screenshots for all of the learn guide projects
2
3
-To use the scripts you must set `LEARN_GUIDE_REPO` to point to the learn guide repo.
+To use the scripts you must set `LEARN_GUIDE_REPO` inside of `get_imports.py` to point to the location of learn guide repo.
4
5
-Then you can run
+default value is `"../../Adafruit_Learning_System_Guides/"`
6
+
7
+One directory above the root of this repo.
8
9
+With that pointed at a learn guide repo you can run:
10
11
```
12
python get_bundle_data.py
0 commit comments