Skip to content
Snippets Groups Projects
Commit a31d9c1b authored by Olivier Cots's avatar Olivier Cots
Browse files

Update README.md

parent 5f0956ba
No related branches found
No related tags found
No related merge requests found
...@@ -48,20 +48,21 @@ In the following, `ROOT` is a variable standing for the root directory where the ...@@ -48,20 +48,21 @@ In the following, `ROOT` is a variable standing for the root directory where the
export ROOT=${HOME}/cimpa export ROOT=${HOME}/cimpa
``` ```
The lecture and exercices are given in the form of python notebooks. To download all the course you can download all the files clicking on the links given above or use the `git`command. To clone the git repository and get the course: The lecture and exercices are given in the form of python notebooks. To download all the course you can download all the files clicking on the links given above or use the `git` command ([git](https://git-scm.com/downloads)). To clone the git repository and get the course:
```bash ```bash
cd $ROOT cd $ROOT
git clone git@gitlab.irit.fr:toc/cimpa/gnmoc.git git clone git@gitlab.irit.fr:toc/cimpa/gnmoc.git
``` ```
Create the cimpa conda environment: The course uses python packages (see `pkg/env` directory). All theses packages may be installed in a conda environment for ease of use.
If you do not have the `conda` command, please install [miniconda](https://docs.conda.io/en/latest/miniconda.html) or [conda](https://docs.conda.io/en/latest/) (conda is longer to install than miniconda). Then, create the cimpa conda environment:
```bash ```bash
cd $ROOT/gnmoc cd $ROOT/gnmoc
conda env create -f pkg/env/cimpa-<YOUR_OS>.yaml conda env create -f pkg/env/cimpa-<YOUR_OS>.yaml
``` ```
Where <YOUR_OS> must be replaced by ```linux```, ```mac``` or ```windows```, according to the platform used. Where <YOUR_OS> must be replaced by ```linux```, ```mac``` or ```windows```, according to the platform used.
Activate the cimpa conda environment: Activate the cimpa conda environment to get access to all the packages:
```bash ```bash
conda activate cimpa conda activate cimpa
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment