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 27aee40 commit 6a2e5cf
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
5 changes: 4 additions & 1 deletion samples/snippets/crop_hints/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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
5 changes: 4 additions & 1 deletion samples/snippets/detect/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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
5 changes: 4 additions & 1 deletion samples/snippets/document_text/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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
5 changes: 4 additions & 1 deletion samples/snippets/face_detection/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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
5 changes: 4 additions & 1 deletion samples/snippets/quickstart/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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
5 changes: 4 additions & 1 deletion samples/snippets/web/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 6a2e5cf

Please sign in to comment.