Skip to content

Commit 375c173

Browse files
jan-glxJan Gleixner
andauthored
Fix contributor dependency installation instructions (#769)
Co-authored-by: Jan Gleixner <jan.gleixner+git@gmail.com>
1 parent 8bcfe6c commit 375c173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ we describe how you can manage environments manually using `pip`:
134134
```bash
135135
python3 -m venv .venv
136136
source .venv/bin/activate
137-
pip install -e ".[dev,test,doc]"
137+
pip install -e . --group dev --group test --group doc
138138
```
139139

140140
The `.venv` directory is typically automatically discovered by IDEs such as VS Code.

0 commit comments

Comments
 (0)