# create 'vertices' environment
conda env create -f utils/environment.yml
# when checking out another commit, you might want
# to make sure you're up to date with dependencies:
conda env update -f utils/environment.yml
# remember to activate your environment