From 73f55f572ff9405a400ba3bfdc94c5aa72b98b06 Mon Sep 17 00:00:00 2001 From: michaelawyu Date: Thu, 12 Oct 2017 10:16:11 -0700 Subject: [PATCH] Added Link to Python Setup Guide [(#1158)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/1158) * Update Readme.rst to add Python setup guide As requested in b/64770713. This sample is linked in documentation https://cloud.google.com/bigtable/docs/scaling, and it would make more sense to update the guide here than in the documentation. * Update README.rst * Update README.rst * Update README.rst * Update README.rst * Update README.rst * Update install_deps.tmpl.rst * Updated readmegen scripts and re-generated related README files * Fixed the lint error --- .../google-cloud-language/samples/snippets/api/README.rst | 5 ++++- .../samples/snippets/cloud-client/v1/README.rst | 5 ++++- .../samples/snippets/cloud-client/v1beta2/README.rst | 5 ++++- .../samples/snippets/tutorial/README.rst | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/packages/google-cloud-language/samples/snippets/api/README.rst b/packages/google-cloud-language/samples/snippets/api/README.rst index c975769aaba1..e97059a3919c 100644 --- a/packages/google-cloud-language/samples/snippets/api/README.rst +++ b/packages/google-cloud-language/samples/snippets/api/README.rst @@ -27,7 +27,10 @@ credentials for applications. Install Dependencies ++++++++++++++++++++ -#. Install `pip`_ and `virtualenv`_ if you do not already have them. +#. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `Python Development Environment Setup Guide`_ for Google Cloud Platform for instructions. + + .. _Python Development Environment Setup Guide: + https://cloud.google.com/python/setup #. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+. diff --git a/packages/google-cloud-language/samples/snippets/cloud-client/v1/README.rst b/packages/google-cloud-language/samples/snippets/cloud-client/v1/README.rst index 8640369e47d0..cf4c07d20b99 100644 --- a/packages/google-cloud-language/samples/snippets/cloud-client/v1/README.rst +++ b/packages/google-cloud-language/samples/snippets/cloud-client/v1/README.rst @@ -31,7 +31,10 @@ credentials for applications. Install Dependencies ++++++++++++++++++++ -#. Install `pip`_ and `virtualenv`_ if you do not already have them. +#. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `Python Development Environment Setup Guide`_ for Google Cloud Platform for instructions. + + .. _Python Development Environment Setup Guide: + https://cloud.google.com/python/setup #. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+. diff --git a/packages/google-cloud-language/samples/snippets/cloud-client/v1beta2/README.rst b/packages/google-cloud-language/samples/snippets/cloud-client/v1beta2/README.rst index dc3b85c4be5a..f2ec309a64e0 100644 --- a/packages/google-cloud-language/samples/snippets/cloud-client/v1beta2/README.rst +++ b/packages/google-cloud-language/samples/snippets/cloud-client/v1beta2/README.rst @@ -31,7 +31,10 @@ credentials for applications. Install Dependencies ++++++++++++++++++++ -#. Install `pip`_ and `virtualenv`_ if you do not already have them. +#. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `Python Development Environment Setup Guide`_ for Google Cloud Platform for instructions. + + .. _Python Development Environment Setup Guide: + https://cloud.google.com/python/setup #. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+. diff --git a/packages/google-cloud-language/samples/snippets/tutorial/README.rst b/packages/google-cloud-language/samples/snippets/tutorial/README.rst index f1ea6ad97bbf..651b219cad1d 100644 --- a/packages/google-cloud-language/samples/snippets/tutorial/README.rst +++ b/packages/google-cloud-language/samples/snippets/tutorial/README.rst @@ -27,7 +27,10 @@ credentials for applications. Install Dependencies ++++++++++++++++++++ -#. Install `pip`_ and `virtualenv`_ if you do not already have them. +#. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `Python Development Environment Setup Guide`_ for Google Cloud Platform for instructions. + + .. _Python Development Environment Setup Guide: + https://cloud.google.com/python/setup #. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.