Skip to content

Instantly share code, notes, and snippets.

Created October 19, 2017 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a5df329f896891b1afefac8ef18889fa to your computer and use it in GitHub Desktop.
Save anonymous/a5df329f896891b1afefac8ef18889fa to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install portaudio19-dev libffi-dev libssl-dev
sudo apt-get install python3-dev python3-venv
python3 -m venv genv
genv/bin/python -m pip install --upgrade pip setuptools
source genv/bin/activate genv
python -m pip install --upgrade google-assistant-library
python -m pip install google-assistant-sdk[samples]
pip install --upgrade google-auth-oauthlib[tool]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment