For more information on the challenge, look here.
To create a Conda environment, please enter the following into a shell:
conda create --name gmda python=3.5 --file requirements.txtTo activate the newly created Conda environment, please enter the following into a shell:
source activate gmda