We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f459069 commit 812fa53Copy full SHA for 812fa53
1 file changed
README.md
@@ -6,11 +6,9 @@ SPDX-License-Identifier: MIT
6
7
This folder contains scripts that can be run to create requirement screenshots for all of the learn guide projects
8
9
-To use the scripts you must set `LEARN_GUIDE_REPO` inside of `get_imports.py` to point to the location of learn guide repo.
+To use the scripts you must set the environment `LEARN_GUIDE_REPO` to point to the location of learn guide repo. It must end with a trailing slash.
10
11
-default value is `"../Adafruit_Learning_System_Guides/"`
12
-
13
-One directory above the root of this repo.
+The default value is `"../Adafruit_Learning_System_Guides/"`, one directory above the root of this repo.
14
15
With that pointed at a learn guide repo you can run:
16
0 commit comments