Based on NYU Programming for Data Science course (https://nyu-cds.github.io/courses/syllabus/advanced-schedule/).
- Install
anaconda
URL: https://docs.continuum.io/anaconda/install/ - open
environment.yml
with a text editor, change theprefix
path to the path of your anaconda distribution conda env create -f environment.yml
You should now be able to activate that environment with (Mac / Linux) source activate nyu_ds
or (Windows) activate nyu_ds
- Celeste Ang (LinkedIn)