Commit d88e2c5 1 parent 28e212d commit d88e2c5 Copy full SHA for d88e2c5
File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -480,8 +480,13 @@ as well as automated README generation.
480
480
__Note:__ As a temporary workaround, each project currently uses first
481
481
`noxfile- template.py` found in a parent folder above the current sample. In
482
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.
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
+
485
490
486
491
To use nox, install it globally with `pip` :
487
492
You can’t perform that action at this time.
0 commit comments