Created
October 19, 2017 03:49
-
-
Save anonymous/a5df329f896891b1afefac8ef18889fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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