From 28df4ed5d7b75e22c6b4c245faaee855f77d898d Mon Sep 17 00:00:00 2001 From: fabio krauss Date: Thu, 7 Jun 2018 10:21:16 +0200 Subject: [PATCH] added a missing step to readme --- bigquery/cloud-client/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bigquery/cloud-client/README.rst b/bigquery/cloud-client/README.rst index 02bc856f978..b2ca4532a5d 100644 --- a/bigquery/cloud-client/README.rst +++ b/bigquery/cloud-client/README.rst @@ -49,6 +49,12 @@ Install Dependencies $ virtualenv env $ source env/bin/activate +#. Navigate to the right folder (as virtualenv will get to to the root of the repo) + + .. code-block:: bash + + $ cd bigquery/cloud-client + #. Install the dependencies needed to run the samples. .. code-block:: bash