Skip to content

Commit

Permalink
Clarify purpose of Nox vs full dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Sep 17, 2024
1 parent d1b619d commit df578ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit df578ed

Please sign in to comment.