Skip to content

Commit ee15110

Browse files
authored
Merge pull request #723 from palewire/patch-3
Fix install instructions in README
2 parents 5c20739 + 3b6d27a commit ee15110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ and download the dependencies of code and test suite by executing:
2929

3030
```bash
3131
cd /my/projects/jupyter_client/
32-
pip install -e .[test]
32+
pip install -e ".[test]"
3333
pytest
3434
```
3535

@@ -41,7 +41,7 @@ The documentation of Jupyter Client is generated from the files in `docs/` using
4141
For a minimal Sphinx installation to process the Jupyter Client docs, execute:
4242

4343
```bash
44-
pip install .[doc]
44+
pip install ".[doc]"
4545
```
4646

4747
The following commands build the documentation in HTML format and check for broken links:

0 commit comments

Comments
 (0)