Skip to content

Commit d88e2c5

Browse files
update authoring guide (#4079)
1 parent 28e212d commit d88e2c5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

AUTHORING_GUIDE.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,13 @@ as well as automated README generation.
480480
__Note:__ As a temporary workaround, each project currently uses first
481481
`noxfile-template.py` found in a parent folder above the current sample. In
482482
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.
483+
`noxfile-template.py` as `noxfile.py` in the folder of the project (containing the `requirements.txt` for the file) you want to
484+
```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+
485490
486491
To use nox, install it globally with `pip`:
487492

0 commit comments

Comments
 (0)