Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 369 Bytes

conda is recommended for a reproducible environment. Once you have conda installed, create a new conda environment by running this:

conda env create -f environment.yml

The new environment is called "task1". Activate it by running this:

conda activate task1