Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: tools/telemetry/third_party/oauth2client/README

Issue 17654003: [telemetry] Add Google Cloud Storage utilities. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor cleanup. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This is a client library for accessing resources protected by OAuth 2.0.
2
3
4 Installation
5 ============
6
7 To install, simply say
8
9 $ easy_install --upgrade oauth2client
10
11
12 Third Party Libraries
13 =====================
14
15 These libraries will be installed when you install the client library:
16
17 http://code.google.com/p/httplib2
18 http://code.google.com/p/python-gflags
19
20 Depending on your version of Python, these libraries may also be installed:
21
22 http://pypi.python.org/pypi/simplejson/
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698