From 144b5ab7a940c07726205f27ed858204fbda2b23 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 4 Apr 2015 14:52:20 -0400 Subject: [PATCH] Updated Installation Instructions for Scientific Python section. --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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