diff --git a/README.md b/README.md index e1134ac..de68543 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,20 @@ -#Data Science in Python +# Data Science in Python -###DataGotham 2013 tutorial +DataGotham 2013 tutorial. -## Installation instructions for Scientific Python [here](http://nbviewer.ipython.org/urls/raw.github.com/hernamesbarbara/Scientific_Python_Setup/master/Setting_Up_Your_Python_Environment.ipynb) +## Installation Instructions for Scientific Python +### 1) Install Python -## To run +Download and install python [here](https://www.python.org/downloads/). + +### 2) Install Anaconda + +Anaconda is a free distribution of the Python programming language for large-scale data processing, predictive analytics, and scientific computing that aims to simplify package management and deployment. + +Follow instructions to install Anaconda [here](http://docs.continuum). + +## To Run $ cd notebooks $ ipython notebook --pylab inline