Setup It is ideal to create a virtual environment on your local machine to run this example. This can be done in Python 3.10 by running python -m venv venv source venv/bin/activate Dependencies can then be installed via: pip install -r requirements.txt