Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 460 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 460 Bytes

This is the repo my blog post on Exploring the NFL Draft with Python.

I've provided the conda environment that I used to code up the Jupyter notebook.

To create the environment provided run the following command: conda env create -f environment.yml

To activate the enviornment on Linux/OS X run: source activate py35

If you are running Windows use: activate py35