8 lines
304 B
Markdown
8 lines
304 B
Markdown
# Prerequisites
|
|
Install google SDK from: [https://cloud.google.com/sdk/docs/install](https://cloud.google.com/sdk/docs/install)
|
|
|
|
Set up a project in console.google.com
|
|
Create a service account
|
|
Create and download a key in json format
|
|
Export GOOGLE_APPLICATION_CREDENTIALS variable with a path to the key
|