Skip to content

Commit 4b43316

Browse files
committed
Add missing pip install to contributing
1 parent 4147138 commit 4b43316

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
@@ -23,6 +23,7 @@ For a pip environment do:
2323
``` bash
2424
python -m venv venv/
2525
source ./venv/bin/activate
26+
pip install -e .[dev]
2627
```
2728

2829
# Testing

0 commit comments

Comments
 (0)