environment setup 1. Install miniConda 2. Create a new environment from the environment.yml file conda env create -f environment.yml or update an existing environment conda env update -f environment.yml remove the environment if needed conda env remove -n ws_mlr