To install the GCP SDK, follow these steps:
- From https://cloud.google.com/sdk/, download the client for your OS. From the command line, you can test whether it has installed correctly with the following command:
- Then, we can initialize gcloud with our project ID and authorization, using the following command:
- Provide your username and your default project.
- We can finalize our installation by installing the Bigtable console, the beta components, and the BigQuery components with the following command:
$ gcloud components update$ gcloud components install cbt$ gcloud components install bq$ gcloud components install beta