Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 418 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 418 Bytes

NOTE : in order to run the lecture examples and undertake the exercises in this session, you will need to use the nlp_basics environment.

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

conda env create -f environment.yml

You can then activate the environment using :

conda activate nlp_basics

or select the environment as your kernel in VSCode.