Skip to content

Commit

Permalink
Added Link to Python Setup Guide [(#1158)](GoogleCloudPlatform/python…
Browse files Browse the repository at this point in the history
…-docs-samples#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
  • Loading branch information
michaelawyu authored and Jon Wayne Parrott committed Oct 12, 2017
1 parent aaf6929 commit 8451828
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion samples/analyze/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ credentials for applications.
Install Dependencies
++++++++++++++++++++

#. Install `pip`_ and `virtualenv`_ if you do not already have them.
#. 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.

.. _Python Development Environment Setup Guide:
https://cloud.google.com/python/setup

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

Expand Down
2 changes: 1 addition & 1 deletion samples/analyze/analyze_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# limitations under the License.

import os
import analyze
import pytest
import analyze


BUCKET = os.environ['CLOUD_STORAGE_BUCKET']
Expand Down

0 comments on commit 8451828

Please sign in to comment.