Skip to content
Snippets Groups Projects
Commit 4d524bea authored by Helene Rimbert's avatar Helene Rimbert
Browse files

IMPROVE: correction of conda env create command in README.md

parent 4df3e943
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@ $ git clone https://forgemia.inra.fr/umr-gdec/magatt.git
We recommend to build the environment using conda (developped with miniconda 3, conda 4.9.2 ) with the file [environment.yml](environment.yml):
```console
$ conda env create -f=environment.yml -n magatt
$ conda env create -f environment.yml -n magatt
```
Once created, you can activate the environment with:
......@@ -24,7 +24,7 @@ Once created, you can activate the environment with:
$ conda activate magatt
```
All the dependancies are listed below.
All the dependancies installed in the conda env are listed below.
* Snakemake : 5.5.2
* Python: 3.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment