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