From b9205f5b819bc27fc55b363d996813fd36b37641 Mon Sep 17 00:00:00 2001
From: Fize Jacques <jacques.fize@cirad.fr>
Date: Tue, 5 Mar 2019 01:17:44 +0100
Subject: [PATCH] Change Readme

---
 .travis.yml | 2 +-
 README.md   | 9 +++------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b9eae96..c66475c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ notifications:
   email: false
 
 install:
-    - pip install -q cython numpy networkx scipy scikit-learn pandas gensim joblib gensim psutil --upgrade
+    - pip install cython numpy networkx scipy scikit-learn pandas gensim joblib gensim psutil --upgrade
     - pip install .
 
 script:
diff --git a/README.md b/README.md
index bf16ad1..ffe902d 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,9 @@ GMatch4py is a library dedicated to graph matching. Graph structure are stored i
 GMatch4py algorithms were implemented with Cython to enhance performance.
 
 ## Requirements
- 
- * Python 3.x
- * Cython
- * networkx
- * numpy
- * scikit-learn
+
+ * Python 3
+ * Numpy and Cython installed (if not : `(sudo) pip(3) install numpy cython`)
  
 ## Installation
 
-- 
GitLab