This repository was archived by the owner on Oct 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
google-assistant-sdk/googlesamples/assistant/library Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Supported configuration
2020-----------------------
2121
2222- Python ``>= 3.4 ``
23- - Architecture: ``linux-arm7l ``
23+ - Architecture: ``linux-arm7l `` and `` linux-x86_64 ``
2424
2525Installing
2626----------
4646
4747 google-assistant-demo
4848
49- - Say "Ok Google", followed by a voice query. The demo should
49+ - Say "Ok Google" or "Hey Google" followed by a voice query. The demo should
5050 play back the Assistant's response and log events to the screen.
5151
5252Reference
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Prerequisites
1313-------------
1414
1515- `Python <https://www.python.org/ >`_ >= 3.4
16- - Raspberry Pi 3 running Rasbian (or any other ``linux-arm7l `` SBC)
16+ - SBC with `` linux-arm7l `` (eg: Rasbperry Pi 3) or ``linux-x86 `` architecture.
1717- A `Google API Console Project <https://console.developers.google.com >`_
1818- A `Google account <https://myaccount.google.com/ >`_
1919
@@ -22,12 +22,10 @@ Setup
2222
2323- Install Python 3
2424
25- - Ubuntu/Debian GNU/Linux::
25+ - Ubuntu/Debian GNU/Linux::
2626
27- sudo apt-get update
28- sudo apt-get install python3 python3-venv
29-
30- - `MacOSX, Windows, Other <https://www.python.org/downloads/ >`_
27+ sudo apt-get update
28+ sudo apt-get install python3 python3-venv
3129
3230- Create a new virtual environment (recommended)::
3331
You can’t perform that action at this time.
0 commit comments