diff --git a/README.md b/README.md index c1b7f04..8033638 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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 diff --git a/google-assistant-library/README.rst b/google-assistant-library/README.rst index 754cd8a..e1d0157 100644 --- a/google-assistant-library/README.rst +++ b/google-assistant-library/README.rst @@ -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 @@ -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 ------------- @@ -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 diff --git a/google-assistant-sdk/README.rst b/google-assistant-sdk/README.rst index 8c74ec8..1d9a557 100644 --- a/google-assistant-sdk/README.rst +++ b/google-assistant-sdk/README.rst @@ -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