blob: 7c51b9eda4495b76581ec6b02252df9b73cebb1b [file] [log] [blame]
Joe Gregorioc47fab72011-07-06 08:29:20 -04001This is a client library for accessing resources protected by OAuth 2.0.
2
3
4Installation
5============
6
7To install, simply say
8
Joe Gregorio2401bd62011-12-15 09:18:49 -05009 $ easy_install --upgrade oauth2client
Joe Gregorioc47fab72011-07-06 08:29:20 -040010
11
12Third Party Libraries
13=====================
14
15These libraries will be installed when you install the client library:
16
17http://code.google.com/p/httplib2
18http://code.google.com/p/python-gflags
19
20Depending on your version of Python, these libraries may also be installed:
21
22http://pypi.python.org/pypi/simplejson/
23