Skip to content

Commit

Permalink
Note about requirements.txt and python<2.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Bastovanovic committed Feb 14, 2018
1 parent 5659ddc commit 0efb8da
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 @@ -29,6 +29,13 @@ Or, you can set the environment variables:
`AWS_ACCESS_KEY_ID - Your AWS Access Key ID
AWS_SECRET_ACCESS_KEY - Your AWS Secret Access Key`

### Install

To install all requirements it's best to use
`pip install -r requirements.txt`

Users with python<2.7.9 won't be able to run the code if requests[security] isn't installed (which is listed in requirements.txt)

### License

Distributed under the MIT license. See `LICENSE` for more information.

0 comments on commit 0efb8da

Please sign in to comment.