Skip to content

Commit 1a602ce

Browse files
michaelawyuJon Wayne Parrott
authored andcommitted
Added Link to Python Setup Guide (#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
1 parent 4ff0515 commit 1a602ce

File tree

43 files changed

+164
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+164
-44
lines changed

bigquery/api/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ credentials for applications.
2727
Install Dependencies
2828
++++++++++++++++++++
2929

30-
#. Install `pip`_ and `virtualenv`_ if you do not already have them.
30+
#. 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.
31+
32+
.. _Python Development Environment Setup Guide:
33+
https://cloud.google.com/python/setup
3134

3235
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
3336

bigquery/rest/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ credentials for applications.
2727
Install Dependencies
2828
++++++++++++++++++++
2929

30-
#. Install `pip`_ and `virtualenv`_ if you do not already have them.
30+
#. 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.
31+
32+
.. _Python Development Environment Setup Guide:
33+
https://cloud.google.com/python/setup
3134

3235
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
3336

bigtable/hello/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ credentials for applications.
2727
Install Dependencies
2828
++++++++++++++++++++
2929

30-
#. Install `pip`_ and `virtualenv`_ if you do not already have them.
30+
#. 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.
31+
32+
.. _Python Development Environment Setup Guide:
33+
https://cloud.google.com/python/setup
3134

3235
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
3336

bigtable/hello_happybase/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ credentials for applications.
3434
Install Dependencies
3535
++++++++++++++++++++
3636

37-
#. Install `pip`_ and `virtualenv`_ if you do not already have them.
37+
#. 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.
38+
39+
.. _Python Development Environment Setup Guide:
40+
https://cloud.google.com/python/setup
3841

3942
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
4043

bigtable/metricscaler/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ credentials for applications.
3131
Install Dependencies
3232
++++++++++++++++++++
3333

34-
#. Install `pip`_ and `virtualenv`_ if you do not already have them.
34+
#. 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.
35+
36+
.. _Python Development Environment Setup Guide:
37+
https://cloud.google.com/python/setup
3538

3639
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
3740

container_engine/api-client/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ credentials for applications.
2727
Install Dependencies
2828
++++++++++++++++++++
2929

30-
#. Install `pip`_ and `virtualenv`_ if you do not already have them.
30+
#. 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.
31+
32+
.. _Python Development Environment Setup Guide:
33+
https://cloud.google.com/python/setup
3134

3235
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
3336

datastore/cloud-client/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ credentials for applications.
2727
Install Dependencies
2828
++++++++++++++++++++
2929

30-
#. Install `pip`_ and `virtualenv`_ if you do not already have them.
30+
#. 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.
31+
32+
.. _Python Development Environment Setup Guide:
33+
https://cloud.google.com/python/setup
3134

3235
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
3336

dns/api/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ credentials for applications.
2727
Install Dependencies
2828
++++++++++++++++++++
2929

30-
#. Install `pip`_ and `virtualenv`_ if you do not already have them.
30+
#. 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.
31+
32+
.. _Python Development Environment Setup Guide:
33+
https://cloud.google.com/python/setup
3134

3235
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
3336

error_reporting/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ credentials for applications.
2828
Install Dependencies
2929
++++++++++++++++++++
3030

31-
#. Install `pip`_ and `virtualenv`_ if you do not already have them.
31+
#. 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.
32+
33+
.. _Python Development Environment Setup Guide:
34+
https://cloud.google.com/python/setup
3235

3336
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
3437

iot/api-client/manager/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ credentials for applications.
2727
Install Dependencies
2828
++++++++++++++++++++
2929

30-
#. Install `pip`_ and `virtualenv`_ if you do not already have them.
30+
#. 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.
31+
32+
.. _Python Development Environment Setup Guide:
33+
https://cloud.google.com/python/setup
3134

3235
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
3336

0 commit comments

Comments
 (0)