Make sure you have Conda installed on your system. Open a terminal and create a new Conda environment using the environment.yml file: conda env create --name myenv --file environment.yml Activate your ...