This document contains setup instructions specifically for this project only. This design enables us to keep other docs easily aligned with future upstream changes to coefficient-cookiecutter.
Install system-level dependencies with homebrew
# brew install wkhtmltopdfInstall gcloud as per these instructions.
Run gcloud init to create a new named configuration. Unless it exists already, create a new
configuration as required, e.g. ciot-python-demo. This configuration can be activated at any
point, for example:
gcloud config set project ciot-python-demo
# Top tip: install tldr to get quick help with gcloud commands!
# https://dbrgn.github.io/tealdeer/
brew install tealdeer
tldr gcloudpython -m ipykernel install --user --name ciot-python-demo --display-name "Python (ciot-python-demo)"