Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9eccadf

Browse files
committed
Note requests and python version requirement in README
1 parent d27d3e1 commit 9eccadf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ You must [register](http://api.imgur.com/oauth2/addclient) your client with the
88
make *any* request to the API (see the [Authentication](https://api.imgur.com/#authentication) note). If you want to
99
perform actions on accounts, the user will have to authorize your application through OAuth2.
1010

11+
Requirements
12+
------------
13+
14+
Python >= 2.7
15+
16+
pip packages:
17+
- [requests](http://docs.python-requests.org/en/latest/user/install/)
18+
1119
Imgur API Documentation
1220
-----------------------
1321

@@ -199,4 +207,4 @@ except ImgurClientError as e
199207

200208
### Memegen
201209

202-
* `default_memes()`
210+
* `default_memes()`

0 commit comments

Comments
 (0)