In order to create the environment: conda env create -f environment.yml
If you want to update the environment maybe because you have updated your environment.yml file: conda env update -f environment.yml --prune
In order to create the environment: conda env create -f environment.yml
If you want to update the environment maybe because you have updated your environment.yml file: conda env update -f environment.yml --prune