Skip to content

Commit ab8040c

Browse files
add pip install group dev to the contributing instructions
1 parent c5ed945 commit ab8040c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ python -m venv venv
4646

4747
```bash
4848
python -m pip install -r test-requirements.txt
49+
python -m pip install --group dev
4950
python -m pip install -e .
5051
hash -r # This resets shell PATH cache, not necessary on Windows
5152
```

0 commit comments

Comments
 (0)