From faa37b3b910c5ca403b901df288fd802b4528b9c Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 21 Jul 2015 07:36:05 -0400 Subject: [PATCH] Added the dev-setup repo link to the notebook installation section. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2908dbb..ad9d0b7 100644 --- a/README.md +++ b/README.md @@ -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).