1Instructions for Setup for writing data to Big table:
2
31.  Make sure gcloud is installed and the project is set to the current project.
4    Follow the instructions here to install gcloud:
5    https://cloud.google.com/sdk/docs/quickstart-linux
6
7    If command gcloud is not recognizable, extract the google-cloud-sdk-116.0.0-linux-x86_64.tar.gz
8    from the above link and execute the commands in terminal:
9    source google-cloud-sdk/completion.bash.inc
10    source google-cloud-sdk/path.bash.inc
11
122.  Upgrade grpcio:
13    sudo pip install --upgrade six
14    sudo pip install --upgrade grpcio
15    sudo pip install gcloud
16
173.  From top level directory:
18    cd test/vts
19    PYTHONPATH=$PYTHONPATH:.. python -m vts.utils.app_engine.bigtable_client_test
20