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

Commit 70ed09d

Browse files
authored
google-assistant-sdk/README: update arch and setup
- add ``linux-x86`` - fix python3 instructions to only include GNU/Linux
1 parent b215f7c commit 70ed09d

File tree

1 file changed

+4
-6
lines changed
  • google-assistant-sdk/googlesamples/assistant/library

1 file changed

+4
-6
lines changed

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)