From 2e3116f207f89193603bf1b9e1dfc0904ede0655 Mon Sep 17 00:00:00 2001 From: Mari Wahl Date: Sat, 3 Jan 2015 10:01:39 -0500 Subject: [PATCH] readme --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a9c094..1212262 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ src/ Installation ------------ -The snippets are designed to be used individually for learning. If you want to install all the libraries we mention here in your [virtualenv](https://coderwall.com/p/8-aeka): +The snippets are designed to be used individually. However, If you want to install every mentioned libraries in your [virtualenv](https://coderwall.com/p/8-aeka), do this: ``` $ pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index 3a3b28a..7d93487 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ nose==1.3.0 numpy==1.8.2 scapy==2.2.0 scikit-learn==0.14.1 -scipy==0.12.1 +scipy==0.12.1 \ No newline at end of file