Youtube

Link to the Youtube Tutorial.

Setup

To begin install anaconda.

Next copy the conda environment using the environment.yml file:

conda env create -f environment.yml

Finally activate the environment to begin:

Linux, OSX: source activate sailorman

Windows: activate sailorman