From 1d4d2fa3704a65ec5a9969e6e5f3be495295ef90 Mon Sep 17 00:00:00 2001
From: rdecoupe <remy.decoupes@inrae.fr>
Date: Tue, 28 Jan 2020 10:29:21 +0100
Subject: [PATCH] fix typo in readme (python-requirements

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7efb2fb..29f71dd 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ python3 src/main.py
 Has to be run on python 3.6 with requirements found in python-requirements.txt
 If you are using pip, you can install all requirement with this command :
 ```shell
-pip3 install -r requirements.txt
+pip3 install -r python-requirements.txt
 ```
 ### Files
 * Main script : **src/main.py**
@@ -76,3 +76,6 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see http://www.gnu.org/licenses/
+
+## Authors
+UMR TÉTIS  / IRSTEA
-- 
GitLab