google cloud python code example
Example: install google cloud python
# from Linux shell
# 64-bit version
curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/
google-cloud-sdk-338.0.0-linux-x86_64.tar.gz
# untar the file in a folder and type these lines
./google-cloud-sdk/install.sh
./google-cloud-sdk/bin/gcloud init
"""
Note:
depending on the Google product you want to install
you will have to specify it in the 'pip' install line
I recommend to check its name
"""
pip install --upgrade google-cloud-storage