Create a new environment and install the packages listed in an environment.yml file, use the conda env create command followed by the -f option to specify the path to your environment.yml file.
Here is the full command: conda env create -f environment.yml
To activate the environment, use the conda activate command followed by the name of the environment, in this case crp.