We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb1a58 commit 795a31bCopy full SHA for 795a31b
CONTRIBUTING.md
@@ -62,7 +62,7 @@ For more instructions see the [Pull request checklist](#pull-request-checklist)
62
Install the package (in editable mode) and its development dependencies:
63
64
```bash
65
- pip install -e .
+ pip install --no-deps -e .
66
```
67
68
Install development dependencies
0 commit comments