If you're unfamiliar with python, we recommend you use Anaconda's Python distribution. All examples are tested with python 3.6.1.
- Install Python 3.6.1
conda install pandas jupyter matplotlib seaborn-- if you use python regularly create a condenv or virutal env.pip install sdd_api- Rename credentials.py.template to credentials.py and fill with:
- your username and password to Sports Data Direct
- your client_id and client_secret from Your Profile
- Run
jupyter notebookand start exploring!