thepycoder / gdg-cloudfest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Step 1: Clone the repo

To clone the repo, open a terminal/cmd window and cd into an appropriate folder. Then run the git clone command:

git clone https://github.com/PyCod/gdg-cloudfest.git

Step 2: Install packages

To install the necessairy packages, cd into the gdg-cloudfest folder and run:

pip install -r requirements.txt

Step 3: Set keyfile in environment

One more step, we need to set the right environment variable for the code to use. After the workshop, this keyfile will not work anymore.

Linux and MacOS

export GOOGLE_APPLICATION_CREDENTIALS="gdg-cloudfest-keyfile.json"

Windows cmd

set GOOGLE_APPLICATION_CREDENTIALS=gdg-cloudfest-keyfile.json

Windows PowerShell

$env:GOOGLE_APPLICATION_CREDENTIALS="gdg-cloudfest-keyfile.json"

Have fun!

About

License:Other


Languages

Language:Jupyter Notebook 97.9%Language:Python 2.1%