We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfaa9c5 commit 96e4df3Copy full SHA for 96e4df3
README.md
@@ -4,4 +4,7 @@ If you're unfamiliar with python, we recommend you use Anaconda's Python distrib
4
1. Install Python 3.6.1
5
2. `conda install pandas jupyter matplotlib seaborn` -- if you use python regularly create a condenv or virutal env.
6
3. `pip install sdd_api`
7
+4. Rename credentials.py.template to credentials.py and fill with:
8
+ - your username and password to [Sports Data Direct](https://www.sportsdatadirect.com)
9
+ - your client_id and client_secret from [Your Profile](https://www.sportsdatadirect.com/users/profile)
10
4. Run `jupyter notebook` and start exploring!
0 commit comments