From 9aa2cc8b1e5cc5600a05813144973b77143cfe42 Mon Sep 17 00:00:00 2001 From: OlivierGarciaDev Date: Mon, 4 Jun 2018 21:49:05 +0200 Subject: [PATCH] README.md : requirements and user installation --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2788eba..0b7b6d6 100644 --- a/README.md +++ b/README.md @@ -17,21 +17,17 @@ Those statistical methods can be used in two ways: fanalysis requires: - Python (3.6.0) - NumPy (1.11.3) - Matplotlib (2.0.0) - Scikit-learn (0.18.1) - Pandas (0.19.2) + Python 3 + NumPy >= 1.11.0 + Matplotlib >= 2.0.0 + Scikit-learn >= 0.18.0 + Pandas >= 0.19.0 ### User installation -You can download fanalysis from the GitHub repo: +You can install fanalysis using pip: - https://github.com/OlivierGarciaDev/fanalysis/archive/master.zip - -... or clone it: - - git clone https://github.com/OlivierGarciaDev/fanalysis.git + pip install fanalysis ## Running the tests