Added requirements.txt installation option to README.

This commit is contained in:
Donne Martin 2015-07-13 06:53:12 -04:00
parent d44f44e9e1
commit 09d6703b23

View File

@ -357,6 +357,12 @@ pip uninstall ipython
pip install "ipython[all]"
```
As an alternative, you can also use the provided ```requirements.txt``` file:
```
pip install -r requirements.txt
```
For more details on installation, follow the directions [here](http://ipython.org/install.html).
More information on IPython/Jupyter Notebooks can be found [here](http://ipython.org/notebook.html).