Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ You should see athletics data.
## Oauth2client version note

gspread's docs are out of date as oauth2client changes in Feb 2016. I have therefore set an earlier version in the requirements, because I'm busy and lazy. No doubt a slight change to the fetching code about credentials will work with the later oauth2client.

## Troubleshooting
If the `pip install -r requirements.txt` fails this may be due to unmet dependencies on your host machine.

On Ubuntu 14.04 you may need to run:

`sudo apt-get install python-cffi`

and

`sudo apt-get install build-essential libssl-dev libffi-dev python-dev`