You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: language/snippets/api/README.rst
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,10 @@ credentials for applications.
27
27
Install Dependencies
28
28
++++++++++++++++++++
29
29
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
31
34
32
35
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
Copy file name to clipboardExpand all lines: language/snippets/cloud-client/v1/README.rst
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,10 @@ credentials for applications.
31
31
Install Dependencies
32
32
++++++++++++++++++++
33
33
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
35
38
36
39
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
Copy file name to clipboardExpand all lines: language/snippets/cloud-client/v1beta2/README.rst
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,10 @@ credentials for applications.
31
31
Install Dependencies
32
32
++++++++++++++++++++
33
33
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
35
38
36
39
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
Copy file name to clipboardExpand all lines: language/snippets/tutorial/README.rst
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,10 @@ credentials for applications.
27
27
Install Dependencies
28
28
++++++++++++++++++++
29
29
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
31
34
32
35
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
0 commit comments