Skip to content

Commit 448b147

Browse files
michaelawyutseaver
authored andcommitted
Update Docs with Python Setup Guide (#4187)
1 parent 7c770c8 commit 448b147

File tree

22 files changed

+88
-0
lines changed

22 files changed

+88
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ Quick Start
108108
109109
$ pip install --upgrade google-cloud
110110
111+
Fore more information on setting up your Python development environment, such as installing ``pip`` on your system, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
112+
113+
.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup
114+
111115
Example Applications
112116
--------------------
113117

bigquery/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Quick Start
1818
1919
$ pip install --upgrade google-cloud-bigquery
2020
21+
Fore more information on setting up your Python development environment, such as installing ``pip`` and on your system, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
22+
23+
.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup
24+
2125
Authentication
2226
--------------
2327

bigtable/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Quick Start
1818
1919
$ pip install --upgrade google-cloud-bigtable
2020
21+
Fore more information on setting up your Python development environment, such as installing ``pip`` and on your system, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
22+
23+
.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup
24+
2125
Authentication
2226
--------------
2327

core/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Quick Start
1818
1919
$ pip install --upgrade google-cloud-core
2020
21+
Fore more information on setting up your Python development environment, such as installing ``pip`` and on your system, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
22+
23+
.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup
24+
2125
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-core.svg
2226
:target: https://pypi.org/project/google-cloud-core/
2327
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-core.svg

datastore/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Quick Start
1818
1919
$ pip install --upgrade google-cloud-datastore
2020
21+
Fore more information on setting up your Python development environment, such as installing ``pip`` and on your system, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
22+
23+
.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup
24+
2125
Authentication
2226
--------------
2327

dns/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Quick Start
1818
1919
$ pip install --upgrade google-cloud-dns
2020
21+
Fore more information on setting up your Python development environment, such as installing ``pip`` and on your system, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
22+
23+
.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup
24+
2125
Authentication
2226
--------------
2327

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ The ``google-cloud`` library is ``pip`` install-able:
3434
3535
$ pip install google-cloud
3636
37+
Fore more information on setting up your Python development environment, such as installing ``pip`` on your system, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
38+
39+
.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup
40+
3741
Cloud Datastore
3842
~~~~~~~~~~~~~~~
3943

error_reporting/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Quick Start
1818
1919
$ pip install --upgrade google-cloud-error-reporting
2020
21+
Fore more information on setting up your Python development environment, such as installing ``pip`` and on your system, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
22+
23+
.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup
24+
2125
Authentication
2226
--------------
2327

firestore/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Quick Start
1616
1717
$ pip install --upgrade google-cloud-firestore
1818
19+
Fore more information on setting up your Python development environment, such as installing ``pip`` and on your system, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
20+
21+
.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup
22+
1923
Authentication
2024
--------------
2125

language/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Quick Start
2020
$ # OR
2121
$ pip install --upgrade google-cloud-natural-language
2222
23+
Fore more information on setting up your Python development environment, such as installing ``pip`` and on your system, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
24+
25+
.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup
26+
2327
Authentication
2428
--------------
2529

0 commit comments

Comments
 (0)