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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleker committed Jul 20, 2017
2 parents e280eb1 + 41a3a4f commit 30821e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions google-assistant-library/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Supported configuration
-----------------------

- Python ``>= 3.4``
- Architecture: ``linux-arm7l``
- Architecture: ``linux-arm7l`` and ``linux-x86_64``

Installing
----------
Expand All @@ -46,7 +46,7 @@ Usage

google-assistant-demo

- Say "Ok Google", followed by a voice query. The demo should
- Say "Ok Google" or "Hey Google" followed by a voice query. The demo should
play back the Assistant's response and log events to the screen.

Reference
Expand Down
10 changes: 4 additions & 6 deletions google-assistant-sdk/googlesamples/assistant/library/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Prerequisites
-------------

- `Python <https://www.python.org/>`_ >= 3.4
- Raspberry Pi 3 running Rasbian (or any other ``linux-arm7l`` SBC)
- SBC with ``linux-arm7l`` (eg: Rasbperry Pi 3) or ``linux-x86`` architecture.
- A `Google API Console Project <https://console.developers.google.com>`_
- A `Google account <https://myaccount.google.com/>`_

Expand All @@ -22,12 +22,10 @@ Setup

- Install Python 3

- Ubuntu/Debian GNU/Linux::
- Ubuntu/Debian GNU/Linux::

sudo apt-get update
sudo apt-get install python3 python3-venv

- `MacOSX, Windows, Other <https://www.python.org/downloads/>`_
sudo apt-get update
sudo apt-get install python3 python3-venv

- Create a new virtual environment (recommended)::

Expand Down

0 comments on commit 30821e6

Please sign in to comment.