Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davecahill committed Feb 27, 2016
1 parent 2b31c62 commit 69fd894
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ To run:
python beesight.py
```

If you see the message "ImportError: no module named requests", you'll need to install the python [requests](http://docs.python-requests.org/en/master/) library by running:
```
pip install requests
```
If you hit any issues installing requests, further instructions are here:
http://docs.python-requests.org/en/master/user/install/

Notes
------
beesight.py currently subtracts one from the dates it gets from beeminder,
Expand Down

0 comments on commit 69fd894

Please sign in to comment.