Skip to content
Snippets Groups Projects

Update 7 files

Merged Helene Rimbert requested to merge 9-sphinx-customisation into master
10 files
+ 94
311
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 1
1
@@ -12,7 +12,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](https://forgemia.inra.fr/umr-gdec/magatt/-/blob/master/envs/environment.yml):
```console
$ conda env create -f environment.yml -n magatt
$ conda env create -f envs/environment.yml -n magatt
```
Once created, you can activate the environment with:
Loading