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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/third_party/oauth2client/README
diff --git a/tools/telemetry/third_party/oauth2client/README b/tools/telemetry/third_party/oauth2client/README
new file mode 100644
index 0000000000000000000000000000000000000000..7c51b9eda4495b76581ec6b02252df9b73cebb1b
--- /dev/null
+++ b/tools/telemetry/third_party/oauth2client/README
@@ -0,0 +1,23 @@
+This is a client library for accessing resources protected by OAuth 2.0.
+
+
+Installation
+============
+
+To install, simply say
+
+ $ easy_install --upgrade oauth2client
+
+
+Third Party Libraries
+=====================
+
+These libraries will be installed when you install the client library:
+
+http://code.google.com/p/httplib2
+http://code.google.com/p/python-gflags
+
+Depending on your version of Python, these libraries may also be installed:
+
+http://pypi.python.org/pypi/simplejson/
+

Powered by Google App Engine
This is Rietveld 408576698