From 76151e485f37ad57f113cd5af1bc1f6716714332 Mon Sep 17 00:00:00 2001 From: Ofekmeister Date: Wed, 7 Sep 2016 22:44:10 -0400 Subject: [PATCH 1/4] fix README.rst installation command it currently doesn't work --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index cf8c4941c561..1df65c1ed8eb 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,6 @@ Quick Start :: - $ pip install --upgrade google-cloud Example Applications -------------------- From 0a4393b714a74f8354e85497f047e48294d9b9da Mon Sep 17 00:00:00 2001 From: Ofekmeister Date: Wed, 7 Sep 2016 22:51:26 -0400 Subject: [PATCH 2/4] Revert "fix README.rst installation command" This reverts commit 76151e485f37ad57f113cd5af1bc1f6716714332. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 1df65c1ed8eb..cf8c4941c561 100644 --- a/README.rst +++ b/README.rst @@ -41,6 +41,7 @@ Quick Start :: + $ pip install --upgrade google-cloud Example Applications -------------------- From 025f2f5d922538d259fa2b21a6463eee675d7a0e Mon Sep 17 00:00:00 2001 From: Ofekmeister Date: Wed, 7 Sep 2016 22:57:47 -0400 Subject: [PATCH 3/4] fix installation command and PyPI links current PyPI install command, links, and images point to the wrong package --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index cf8c4941c561..4fc1ebb1740e 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ Quick Start :: - $ pip install --upgrade google-cloud + $ pip install -U gcloud Example Applications -------------------- @@ -328,7 +328,7 @@ Apache 2.0 - See `LICENSE`_ for more information. :target: https://travis-ci.org/GoogleCloudPlatform/google-cloud-python .. |coverage| image:: https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-python/badge.png?branch=master :target: https://coveralls.io/r/GoogleCloudPlatform/google-cloud-python?branch=master -.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud.svg - :target: https://pypi.python.org/pypi/google-cloud -.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud.svg - :target: https://pypi.python.org/pypi/google-cloud +.. |pypi| image:: https://img.shields.io/pypi/v/gcloud.svg + :target: https://pypi.python.org/pypi/gcloud +.. |versions| image:: https://img.shields.io/pypi/pyversions/gcloud.svg + :target: https://pypi.python.org/pypi/gcloud From 07dd51bc447beca67b8da1c66f1dfb944ef70418 Mon Sep 17 00:00:00 2001 From: Ofekmeister Date: Tue, 13 Sep 2016 12:44:51 -0400 Subject: [PATCH 4/4] use full option name --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4fc1ebb1740e..9dbb1f105149 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ Quick Start :: - $ pip install -U gcloud + $ pip install --upgrade gcloud Example Applications --------------------