Skip to content

Commit 5716aa9

Browse files
committed
update generator README.md
1 parent 7e068ae commit 5716aa9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

python_generator/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
This folder contains scripts that can be run to create requirement screenshots for all of the learn guide projects
22

3-
To use the scripts you must set `LEARN_GUIDE_REPO` to point to the learn guide repo.
3+
To use the scripts you must set `LEARN_GUIDE_REPO` inside of `get_imports.py` to point to the location of learn guide repo.
44

5-
Then you can run
5+
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:
610

711
```
812
python get_bundle_data.py

0 commit comments

Comments
 (0)