From 7966234338a14a3a6554d2bcd53357ccc550827b Mon Sep 17 00:00:00 2001
From: Arthur BATEL <arthur.batel@insa-lyon.fr>
Date: Wed, 14 Feb 2024 12:14:46 +0100
Subject: [PATCH] environment set up

---
 README.md | 7 +++++--
 makefile  | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 12991f4..d5ae779 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,12 @@
 
 The current repository contains all the code and data necessary to reproduce the paper results. 
 
-
 ## Installation
-Set the environment with `make`:
+
+Easily set up the environment with `make` command. 
+
+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
diff --git a/makefile b/makefile
index 743059f..d84e055 100644
--- a/makefile
+++ b/makefile
@@ -6,6 +6,7 @@ build: check_conda
 	conda env create --file cdbpr-env.yml
 clean:
 	rm -rf data/
+	rm -rf results/
 
 check_conda:
 	@if command -v conda >/dev/null 2>&1; then \
-- 
GitLab