From 8ce2b69a47cb6108c7560fce45d75ab541cc86ad Mon Sep 17 00:00:00 2001 From: Vivek Seth Date: Thu, 17 Dec 2015 18:35:54 -0500 Subject: [PATCH] Update README.md Change wording in read me to be more clear about how to install `oauth2client` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 005aff5..c09471d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a client library for accessing resources protected by OAuth 2.0. Installation ============ -To install, simply say +To install, simply run the following command in your terminal: ```bash $ pip install --upgrade oauth2client