02 - Documentation

github and youtube api

01

Visit the google-client-python-api github page
https://github.com/googleapis/google-api-python-client or webpage
https://developers.google.com/api-client-library and click python to get to the same page. This is where are the methods and arguments are for the api

02

Scroll Down to find the installation instructions for google-api-python-client.

03

The instructions state to create a venv and install google-api-python-client in to the venv with pip

python -m venv venv
source ./venv/bin/activate
pip install google-api-python-client