Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

This repository contains the [Python][python] packages for the [Google Assistant SDK][google-assistant-sdk].

- [google-assistant-library](google-assistant-library): Python bindings for the [Google Assistant Library][google-assistant-library]
- [google-assistant-grpc](google-assistant-grpc): autogenerated Python bindings to communicate with the [Google Assistant gRPC API][google-assistant-api]
- [google-assistant-sdk](google-assistant-sdk): tools and python samples to help developers get started with the
[Google Assistant SDK][google-assistant-sdk]
Expand Down Expand Up @@ -33,5 +34,6 @@ License for the specific language governing permissions and limitations under
the License.

[python]: https://www.python.org
[google-assistant-library]: https://developers.google.com/assistant/sdk/reference/library/python
[google-assistant-api]: https://developers.google.com/assistant/sdk/reference/rpc
[google-assistant-sdk]: https://developer.google.com/assistant/sdk
13 changes: 7 additions & 6 deletions google-assistant-library/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This package contains high level Python_ bindings for the `Google Assistant Libr
It is part of the `Google Assistant SDK`_.

It includes the following features:

- "Ok Google" or "Hey Google" hotword detection
- Audio recording
- Assistant response playback
Expand All @@ -24,10 +25,9 @@ Supported configuration
Installing
----------

- Download the latest ``linux_arm7l`` wheel for the ``google_assistant_library`` from the `GitHub releases page`_.
- Install the package and its dependencies using pip_::
- Install the latest ``linux_arm7l`` wheel for the ``google_assistant_library`` package and its dependencies using pip_::

pip install --upgrade google_assistant_library-0.0.2-py2.py3-none-linux_armv7l.whl
pip install --upgrade https://github.com/googlesamples/assistant-sdk-python/releases/download/0.3.0/google_assistant_library-0.0.2-py2.py3-none-linux_armv7l.whl

Authorization
-------------
Expand Down Expand Up @@ -61,13 +61,14 @@ License
See `LICENSE`_ and `LICENSE.third_party`_.

.. _Python: https://www.python.org/
.. _Google Assistant Library: https://developers.google.com/assistant/sdk/reference/library/
.. _Google Assistant Library: https://developers.google.com/assistant/sdk/reference/library/python
.. _Google Assistant SDK: https://developers.google.com/assistant/sdk
.. _Getting Started Guide for Raspberry Pi: https://developers.google.com/assistant/sdk/prototype/getting-started-pi-python/>
.. _Getting Started Guide for Raspberry Pi and Python: https://developers.google.com/assistant/sdk/prototype/getting-started-pi-python/>
.. _pip: https://pip.pypa.io/
.. _GitHub releases page: https://github.com/googlesamples/assistant-sdk-python/releases
.. _Follow the steps: https://developers.google.com/assistant/sdk/prototype/getting-started-other-platforms/config-dev-project-and-account
.. _Google API Console Project credentials section: https://console.developers.google.com/apis/credentials
.. _LICENSE: https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-library/LICENSE
.. _LICENSE.third_party: https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-library/LICENSE.third_party
.. _google/assistant/library/LICENSE.third_party: https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-library/google/assistant/library/LICENSE.third_party
.. _sample: https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-sdk/googlesample/assistant/library
.. _Reference sample: https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-sdk/googlesamples/assistant/library
2 changes: 1 addition & 1 deletion google-assistant-sdk/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ the License.
.. _pip: https://pip.pypa.io/
.. _Google Assistant SDK: https://developers.google.com/assistant/sdk
.. _Google Assistant gRPC API: https://developers.google.com/assistant/sdk/reference/rpc
.. _Google Assistant library: https://developers.google.com/assistant/sdk/reference/library
.. _Google Assistant library: https://developers.google.com/assistant/sdk/reference/library/python
.. _GitHub releases page: https://github.com/googlesamples/assistant-sdk-python/releases