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