1# from Linux shell
2# 64-bit version
3curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/
4 google-cloud-sdk-338.0.0-linux-x86_64.tar.gz
5
6# untar the file in a folder and type these lines
7./google-cloud-sdk/install.sh
8
9./google-cloud-sdk/bin/gcloud init
10
11"""
12 Note:
13 depending on the Google product you want to install
14 you will have to specify it in the 'pip' install line
15 I recommend to check its name
16"""
17pip install --upgrade google-cloud-storage