Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 397 Bytes

climateiq-cnn

ClimateIQ CNN Workstream

Setup

Instructions for setting up dev environment.

Install GCloud CLI

To install gcloud CLI on linux:

curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
sudo apt-get update && sudo apt-get install google-cloud-cli

Then login using:

gcloud init