"Data Science Foundations" subject from the Master in Big Data Solutions @ BTS.
The recommended method is to import the environment.yml
using Anaconda Navigator
or the command line:
conda env create -f=environment.yml
cd in the directory that you want to clone
git clone "url to repo"
Whenever a change is made by Vic, do this:
git pull