From 7f7a7e7bc5d6bae9ceb295a647f8faaaa465ab28 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Thu, 7 Jan 2016 07:32:44 -0500 Subject: [PATCH] Update intro and install sections. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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)