Skip to content

Commit 795a31b

Browse files
committed
Add '--no-deps' option.
1 parent cfb1a58 commit 795a31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For more instructions see the [Pull request checklist](#pull-request-checklist)
6262
Install the package (in editable mode) and its development dependencies:
6363
6464
```bash
65-
pip install -e .
65+
pip install --no-deps -e .
6666
```
6767
6868
Install development dependencies

0 commit comments

Comments
 (0)