Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 30821e6

Browse files
committed
2 parents e280eb1 + 41a3a4f commit 30821e6

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

google-assistant-library/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2525
Installing
2626
----------
@@ -46,7 +46,7 @@ Usage
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

5252
Reference

google-assistant-sdk/googlesamples/assistant/library/README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)