diff --git a/docs/contributing.md b/docs/contributing.md index 33afd7d0..10317dc9 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -134,7 +134,7 @@ we describe how you can manage environments manually using `pip`: ```bash python3 -m venv .venv source .venv/bin/activate -pip install -e ".[dev,test,doc]" +pip install -e . --group dev --group test --group doc ``` The `.venv` directory is typically automatically discovered by IDEs such as VS Code.