mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-06-20 04:44:21 -04:00
readme
This commit is contained in:
parent
ff9d598a9c
commit
2e3116f207
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ src/
|
||||||
|
|
||||||
Installation
|
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
|
$ pip install -r requirements.txt
|
||||||
|
|
|
@ -10,4 +10,4 @@ nose==1.3.0
|
||||||
numpy==1.8.2
|
numpy==1.8.2
|
||||||
scapy==2.2.0
|
scapy==2.2.0
|
||||||
scikit-learn==0.14.1
|
scikit-learn==0.14.1
|
||||||
scipy==0.12.1
|
scipy==0.12.1
|
Loading…
Add table
Add a link
Reference in a new issue