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

Commit 902eff0

Browse files
authored
google-assistant-sdk: README
update library instructions
1 parent 6c76f76 commit 902eff0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

google-assistant-sdk/README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,11 @@ This reference sample implements a simple but functional client for the `Google
6565
googlesamples-assistant-hotword
6666
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6767

68-
This reference sample implements a simple but functional client for the `Google Assistant library`_.
68+
This reference sample implements a simple but functional client for the `Google Assistant library`_ (``linux_arm7l`` and ``linux_x86_64``).
6969

70-
- Download the latest ``linux_arm7l`` wheel for the ``google_assistant_library`` from the `GitHub releases page`_.
71-
- Install the ``google_assistant_library`` wheel and the samples dependencies using pip_::
70+
- Install the ``google-assistant-library`` package:
7271

73-
pip install --upgrade google_assistant_library-0.0.2-py2.py3-none-linux_armv7l.whl
72+
pip install --upgrade google-assistant-library
7473
pip install --upgrade google-assistant-sdk[samples]
7574

7675
- Try the hotword sample::

0 commit comments

Comments
 (0)