We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b619d commit df578edCopy full SHA for df578ed
docs/contributing/development.md
@@ -33,6 +33,10 @@ environment for each run.
33
34
## Manual development environment setup
35
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
+
40
Create and activate a virtual environment with `venv`, which comes by default with
41
Python, in the `.venv` directory:
42
0 commit comments