Fixed #8, tweaked IPython Notebook install instructions section.

This commit is contained in:
Donne Martin 2015-07-09 08:29:13 -04:00
parent da84fc598e
commit b651eeb86a

View File

@ -348,7 +348,7 @@ If you already have Python installed and are familiar with installing packages,
pip install ipython
```
Or if you want to also get the dependencies for the IPython Notebook:
Install the dependencies for the IPython Notebook:
```
pip install "ipython[notebook]"