cvml Environment setup Create the environment from the environment.yml file: conda env create -f environment.yml Update the environment conda env update Activate the new environment: source activate cvml