Skip to content

Commit 7e068ae

Browse files
committed
adding readme for python generator. change name to plural
1 parent 61df004 commit 7e068ae

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

python_generator/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.
4+
5+
Then you can run
6+
7+
```
8+
python get_bundle_data.py
9+
```
10+
to download `latest_bundle_data.json`
11+
12+
Once this file is present run
13+
```
14+
python create_requirement_images.py
15+
```
16+
It will create images in the `generated_images` directory.

0 commit comments

Comments
 (0)