We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3330db commit 0dd4db2Copy full SHA for 0dd4db2
1 file changed
README.md
@@ -27,7 +27,7 @@ Then install the package with `pip`.
27
28
```sh
29
python3 -m pip install --upgrade pip
30
-python3 -m pip install -e .'[test]'
+python3 -m pip install -e .[test]
31
```
32
33
To run the tests you must first download some test data.
0 commit comments