From b4131abc33c24b3e40658cbf23d9bb6b04f3954b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20de=20Celis=20Hern=C3=A1ndez?= Date: Fri, 7 Jul 2017 16:52:50 +0200 Subject: [PATCH] Minor update in installation section --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a769b0..2ad8119 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or you can install from source with: ``` $ git clone https://github.com/RDCH106/pySRE.git --recursive $ cd pySRE -$ pip install -r requirements.txt +$ python setup.py install ``` ### Quick example diff --git a/setup.py b/setup.py index 6a8a5e0..ed54be3 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def requirements(): - ``$ git clone https://github.com/RDCH106/pySRE.git --recursive`` - ``$ cd pySRE`` -- ``$ pip install -r requirements.txt`` +- ``$ python setup.py install`` Quick example