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 61df004 commit 7e068aeCopy full SHA for 7e068ae
python_generator/README.md
@@ -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.
…on_generator/create_requirement_image.py …n_generator/create_requirement_images.pypython_generator/create_requirement_image.py renamed to python_generator/create_requirement_images.py
0 commit comments