Skip to content

Commit df578ed

Browse files
committed
Clarify purpose of Nox vs full dev env
1 parent d1b619d commit df578ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/contributing/development.md

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ environment for each run.
3333

3434
## Manual development environment setup
3535

36+
While `nox` is the fastest way to get started, you may soon find that you need a full
37+
development environment, for example to test in a REPL. This development environment
38+
also includes `nox`.
39+
3640
Create and activate a virtual environment with `venv`, which comes by default with
3741
Python, in the `.venv` directory:
3842

0 commit comments

Comments
 (0)