We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a3ae4 commit 22b692cCopy full SHA for 22b692c
README.md
@@ -1,6 +1,6 @@
1
This is a client library for accessing resources protected by OAuth 2.0.
2
3
-http://google.github.io/oauth2client/
+[Full documentation](http://google.github.io/oauth2client/)
4
5
Installation
6
============
@@ -15,11 +15,8 @@ Third Party Libraries
15
16
These libraries will be installed when you install the client library:
17
18
-http://code.google.com/p/httplib2
19
-
20
-Depending on your version of Python, these libraries may also be installed:
21
22
-http://pypi.python.org/pypi/simplejson/
+* http://code.google.com/p/httplib2
+* http://pypi.python.org/pypi/simplejson/ (python version < 2.7 only)
23
24
Contributing
25
0 commit comments