From 7e9e33cccb41dd59a6ef90670f49e4c85b570f04 Mon Sep 17 00:00:00 2001 From: Arthur BATEL <arthur.batel@insa-lyon.fr> Date: Wed, 14 Feb 2024 12:18:04 +0100 Subject: [PATCH] rdme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5ae779..21b095d 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,15 @@ The current repository contains all the code and data necessary to reproduce the ## Installation -Easily set up the environment with `make` command. +Easily clone the repository with `git` and set up the environment (data and libraries) with `make` command : + +``` +git clone https://gitlab.liris.cnrs.fr/abatel/cd-bpr.git +cd path/to/code +make +``` Prerequisite : [conda library]( https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html)\ -Effect : data unzipping, conda environment setting up. ## Authors C. Robardet, A. Batel, M. Plantevit, I. Benouaret -- GitLab