Skip to content
Snippets Groups Projects
Commit 79662343 authored by Arthur Batel's avatar Arthur Batel
Browse files

environment set up

parent 1f3bb38d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment