blob: 857613b4227e1708db8033fa815ae3827988d7ae [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
9 $ python setup.py install
10
11If you want to do a "mock install" and simply extend your PYTHONPATH
12for the current shell to include this folder and the packages in it, do
13
14 $ source setpath.sh
15
16from the root of the project directory.
17
18
19
20Third Party Libraries
21=====================
22
23These libraries will be installed when you install the client library:
24
25http://code.google.com/p/httplib2
26http://code.google.com/p/python-gflags
27
28Depending on your version of Python, these libraries may also be installed:
29
30http://pypi.python.org/pypi/simplejson/
31