From 4ce132b700720bcbd9f8632b8ce1571bed2fb030 Mon Sep 17 00:00:00 2001 From: hariom187 <63657444+hariom187@users.noreply.github.com> Date: Thu, 1 Oct 2020 04:24:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 232d582..cffa798 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ PyCon 2015, previously OSCON 2014 Anaconda is a distribution of a bunch of awesome scientific Python tools that I highly recommend. I use it myself. If you haven't installed Anaconda, go here: https://store.continuum.io/cshop/anaconda/ -### Option 2: pip +### Option 2: Pip Once you've cloned or downloaded the repo, you can simply pip install the required tools using requirements.txt. Once in the directory, open the terminal/command line and cd into hands-on-analysis-python/ and type: pip install -r requirements.txt