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
20
20
-----------------------
21
21
22
22
- Python ``>= 3.4 ``
23
- - Architecture: ``linux-arm7l ``
23
+ - Architecture: ``linux-arm7l `` and `` linux-x86_64 ``
24
24
25
25
Installing
26
26
----------
46
46
47
47
google-assistant-demo
48
48
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
50
50
play back the Assistant's response and log events to the screen.
51
51
52
52
Reference
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Prerequisites
13
13
-------------
14
14
15
15
- `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.
17
17
- A `Google API Console Project <https://console.developers.google.com >`_
18
18
- A `Google account <https://myaccount.google.com/ >`_
19
19
@@ -22,12 +22,10 @@ Setup
22
22
23
23
- Install Python 3
24
24
25
- - Ubuntu/Debian GNU/Linux::
25
+ - Ubuntu/Debian GNU/Linux::
26
26
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
31
29
32
30
- Create a new virtual environment (recommended)::
33
31
You can’t perform that action at this time.
0 commit comments