diff --git a/docs/contributing/development.md b/docs/contributing/development.md index 1a31a415..b5e8aeac 100644 --- a/docs/contributing/development.md +++ b/docs/contributing/development.md @@ -33,6 +33,10 @@ environment for each run. ## Manual development environment setup +While `nox` is the fastest way to get started, you may soon find that you need a full +development environment, for example to test in a REPL. This development environment +also includes `nox`. + Create and activate a virtual environment with `venv`, which comes by default with Python, in the `.venv` directory: