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 5c20739 + 3b6d27a commit ee15110Copy full SHA for ee15110
README.md
@@ -29,7 +29,7 @@ and download the dependencies of code and test suite by executing:
29
30
```bash
31
cd /my/projects/jupyter_client/
32
-pip install -e .[test]
+pip install -e ".[test]"
33
pytest
34
```
35
@@ -41,7 +41,7 @@ The documentation of Jupyter Client is generated from the files in `docs/` using
41
For a minimal Sphinx installation to process the Jupyter Client docs, execute:
42
43
44
-pip install .[doc]
+pip install ".[doc]"
45
46
47
The following commands build the documentation in HTML format and check for broken links:
0 commit comments