Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 428 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 428 Bytes

To use the lecture examples and undertake the exercise in this repository, you should install the supplied environment.

Once you have downloaded the repository, navigate to the environment directory in your Ananconda prompt and type :

conda env create -f environment.yml

Once the environment has been installed, use :

conda activate tf_hsma

to activate the environment, or select the environment as your kernel in VSCode.