Added the dev-setup repo link to the notebook installation section.

This commit is contained in:
Donne Martin 2015-07-21 07:36:05 -04:00
parent 502c4d77e4
commit faa37b3b91

View File

@ -369,7 +369,9 @@ 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).
For detailed instructions, scripts, and tools to more optimally set up your development environment, check out the [dev-setup](https://github.com/donnemartin/dev-setup) repo.
For more details on notebook 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).