From df578ed3635ebeab5702b9d28ddfe5c0781eb647 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 17 Sep 2024 10:50:23 -0600 Subject: [PATCH] Clarify purpose of Nox vs full dev env --- docs/contributing/development.md | 4 ++++ 1 file changed, 4 insertions(+) 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: