Based on NYU Programming for Data Science course (https://nyu-cds.github.io/courses/syllabus/advanced-schedule/).
- Install
anacondaURL: https://docs.continuum.io/anaconda/install/ - open
environment.ymlwith a text editor, change theprefixpath 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)