Grid PDF-model of Colibri
From your base conda environment run:
conda env create -f environment.yml
this will create a conda environment called grid_pdf-model-dev that has a grid_pdf executable and all the needed dependencies (e.g. colibri).
To use a different environment name, one should do
conda env create -n myenv -f environment.yml