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.
2 parents 7a93a81 + 44b1a69 commit a986604Copy full SHA for a986604
README.md
@@ -127,7 +127,7 @@ Install editable library and development requirements:
127
$ python -m pip install --upgrade pip
128
129
# Install editable version of library
130
-$ python -m pip install --editable .[dev]
+$ python -m pip install --editable .[dev,test]
131
```
132
133
Install pre-commit [(see below for details)](#pre-commit):
0 commit comments