From 0c211e3b00b66ba0d20d58bd64af165884529c12 Mon Sep 17 00:00:00 2001 From: hetlelid Date: Fri, 10 Aug 2018 21:43:10 +0200 Subject: [PATCH] Update README.rst --- iot/api-client/mqtt_example/README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/iot/api-client/mqtt_example/README.rst b/iot/api-client/mqtt_example/README.rst index 436563cf41d..9926daa9748 100644 --- a/iot/api-client/mqtt_example/README.rst +++ b/iot/api-client/mqtt_example/README.rst @@ -36,12 +36,17 @@ Install Dependencies .. code-block:: bash $ git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git + $ cd python-docs-samples/iot/api-client/mqtt_example (or other sample directory) #. 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 + .. code-block:: bash + + $ sudo apt-get install python-pip virtualenv + #. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+. .. code-block:: bash @@ -121,4 +126,4 @@ To run this sample: -.. _Google Cloud SDK: https://cloud.google.com/sdk/ \ No newline at end of file +.. _Google Cloud SDK: https://cloud.google.com/sdk/