We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a93a81 commit 44b1a69Copy full SHA for 44b1a69
1 file changed
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