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 f647622 commit f89e5c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/hello_happybase/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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

0 comments on commit f89e5c2

Please sign in to comment.