blob: 4b32ac006f2e3b9597eac0aceb5bccfb1ae6f0bc [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
Joe Gregorioc47fab72011-07-06 08:29:20 -040018
19Depending on your version of Python, these libraries may also be installed:
20
21http://pypi.python.org/pypi/simplejson/
22