Skip to content

Commit f7a3967

Browse files
michaelawyudanoscarmike
michaelawyu
authored andcommitted
Added Link to Python Setup Guide [(#1158)](#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 746e445 commit f7a3967

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

videointelligence/samples/analyze/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

videointelligence/samples/analyze/analyze_test.py

Lines 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']

0 commit comments

Comments
 (0)