We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e212d commit d88e2c5Copy full SHA for d88e2c5
AUTHORING_GUIDE.md
@@ -480,8 +480,13 @@ as well as automated README generation.
480
__Note:__ As a temporary workaround, each project currently uses first
481
`noxfile-template.py` found in a parent folder above the current sample. In
482
order to simulate this locally, you need to copy + rename the parent
483
-`noxfile-template.py` as `noxfile.py` in the folder of the project you want to
484
-run tests.
+`noxfile-template.py` as `noxfile.py` in the folder of the project (containing the `requirements.txt` for the file) you want to
+```console
485
+cd python-docs-samples
486
+cp noxfile-template.py PATH/TO/YOUR/PROJECT/noxfile.py
487
+cd PATH/TO/YOUR/PROJECT/
488
+```
489
+
490
491
To use nox, install it globally with `pip`:
492
0 commit comments