From 91f18e2a8184604993cbde66b6f87d23e2820f3c Mon Sep 17 00:00:00 2001 From: Fize Jacques <jacques.fize@cirad.fr> Date: Fri, 1 Mar 2019 11:43:26 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03a04df..175f05a 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,11 @@ This repository contains two ways of executing Biotex (Python and Java). A list ## Install To make it works, clone this repository using : - git clone <repoAdress> - -Then install using the following command : + git clone https://gitlab.irstea.fr/jacques.fize/biotex_python.git +Then, install the module by using the following commands : + + cd biotex_python (sudo) pip3 install . -- GitLab