Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1a602ce

Browse filesBrowse files
michaelawyuJon Wayne Parrott
authored andcommitted
Added Link to Python Setup Guide (GoogleCloudPlatform#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
Copy full SHA for 1a602ce

File tree

Expand file treeCollapse file tree

43 files changed

+164
-44
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

43 files changed

+164
-44
lines changed

‎bigquery/api/README.rst

Copy file name to clipboardExpand all lines: bigquery/api/README.rst
+4-1Lines 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

Copy file name to clipboardExpand all lines: bigquery/rest/README.rst
+4-1Lines 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

Copy file name to clipboardExpand all lines: bigtable/hello/README.rst
+4-1Lines 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

Copy file name to clipboardExpand all lines: bigtable/hello_happybase/README.rst
+4-1Lines 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

Copy file name to clipboardExpand all lines: bigtable/metricscaler/README.rst
+4-1Lines 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

Copy file name to clipboardExpand all lines: container_engine/api-client/README.rst
+4-1Lines 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

Copy file name to clipboardExpand all lines: datastore/cloud-client/README.rst
+4-1Lines 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

Copy file name to clipboardExpand all lines: dns/api/README.rst
+4-1Lines 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

Copy file name to clipboardExpand all lines: error_reporting/README.rst
+4-1Lines 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

Copy file name to clipboardExpand all lines: iot/api-client/manager/README.rst
+4-1Lines 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

‎iot/api-client/scripts/README.rst

Copy file name to clipboardExpand all lines: iot/api-client/scripts/README.rst
+4-1Lines 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

‎kms/api-client/README.rst

Copy file name to clipboardExpand all lines: kms/api-client/README.rst
+4-1Lines 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

‎language/api/README.rst

Copy file name to clipboardExpand all lines: language/api/README.rst
+4-1Lines 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

‎language/cloud-client/v1/README.rst

Copy file name to clipboardExpand all lines: language/cloud-client/v1/README.rst
+4-1Lines 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

‎language/cloud-client/v1beta2/README.rst

Copy file name to clipboardExpand all lines: language/cloud-client/v1beta2/README.rst
+4-1Lines 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

‎language/tutorial/README.rst

Copy file name to clipboardExpand all lines: language/tutorial/README.rst
+4-1Lines 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

‎logging/cloud-client/README.rst

Copy file name to clipboardExpand all lines: logging/cloud-client/README.rst
+4-1Lines 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

‎monitoring/api/v2/README.rst

Copy file name to clipboardExpand all lines: monitoring/api/v2/README.rst
+4-1Lines 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

‎monitoring/api/v3/api-client/README.rst

Copy file name to clipboardExpand all lines: monitoring/api/v3/api-client/README.rst
+4-1Lines 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

‎monitoring/api/v3/cloud-client/README.rst

Copy file name to clipboardExpand all lines: monitoring/api/v3/cloud-client/README.rst
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ credentials for applications.
2929
Install Dependencies
3030
++++++++++++++++++++
3131

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

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

‎pubsub/cloud-client/README.rst

Copy file name to clipboardExpand all lines: pubsub/cloud-client/README.rst
+4-1Lines 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

‎scripts/readme-gen/templates/install_deps.tmpl.rst

Copy file name to clipboardExpand all lines: scripts/readme-gen/templates/install_deps.tmpl.rst
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Install Dependencies
22
++++++++++++++++++++
33

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

69
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
710

‎spanner/cloud-client/README.rst

Copy file name to clipboardExpand all lines: spanner/cloud-client/README.rst
+4-1Lines 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

‎speech/cloud-client/README.rst

Copy file name to clipboardExpand all lines: speech/cloud-client/README.rst
+4-1Lines 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

‎storage/api/README.rst

Copy file name to clipboardExpand all lines: storage/api/README.rst
+4-1Lines 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

‎storage/cloud-client/README.rst

Copy file name to clipboardExpand all lines: storage/cloud-client/README.rst
+5-2Lines changed: 5 additions & 2 deletions
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

@@ -254,7 +257,7 @@ To run this sample:
254257
$ gcloud beta pubsub subscriptions create testsubscription --topic=testtopic
255258
256259
6. Run this program:
257-
$ python notification_polling my-project-id testsubscription
260+
$ python notification_polling.py my-project-id testsubscription
258261
259262
7. While the program is running, upload and delete some files in the testbucket
260263
bucket (you could use the console or gsutil) and watch as changes scroll by

‎storage/transfer_service/README.rst

Copy file name to clipboardExpand all lines: storage/transfer_service/README.rst
+4-1Lines 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

‎translate/cloud-client/README.rst

Copy file name to clipboardExpand all lines: translate/cloud-client/README.rst
+4-1Lines 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

‎video/cloud-client/analyze/README.rst

Copy file name to clipboardExpand all lines: video/cloud-client/analyze/README.rst
+4-1Lines 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

‎video/cloud-client/analyze/analyze_test.py

Copy file name to clipboardExpand all lines: video/cloud-client/analyze/analyze_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# limitations under the License.
1616

1717
import os
18-
import analyze
1918
import pytest
19+
import analyze
2020

2121

2222
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']

‎video/cloud-client/faces/README.rst

Copy file name to clipboardExpand all lines: video/cloud-client/faces/README.rst
+4-1Lines 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

‎video/cloud-client/faces/faces_test.py

Copy file name to clipboardExpand all lines: video/cloud-client/faces/faces_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# limitations under the License.
1616

1717
import os
18-
import faces
1918
import pytest
19+
import faces
2020

2121

2222
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.