diff --git a/README.md b/README.md index d830c9a..88a38d5 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,13 @@

-# data-science-ipython-notebooks - -This repo is a collection of IPython Notebooks I reference while working with data. Although I developed and maintain many notebooks, other notebooks I reference were created by various authors, who are credited within their notebook(s) by providing their names and/or a link to their source. - -For detailed instructions, scripts, and tools to more optimally set up your development environment for data analysis, check out the [dev-setup](https://github.com/donnemartin/dev-setup) repo. -


+# data-science-ipython-notebooks + ## Index * [spark](#spark) @@ -299,6 +295,10 @@ If you prefer to use a more lightweight installation procedure than Anaconda, fi $ pip install -r requirements.txt +### dev-setup + +For detailed instructions, scripts, and tools to set up your development environment for data analysis, check out the [dev-setup](https://github.com/donnemartin/dev-setup) repo. + ### running-notebooks To view interactive content or to modify elements within the IPython notebooks, you must first clone or download the repository then run the ipython notebook. More information on IPython Notebooks can be found [here.](http://ipython.org/notebook.html)