Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 237 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 237 Bytes

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