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

Commit 98f3133

Browse files
authored
Merge pull request #30 from proppy/readme
README: add google-assistant-library
2 parents 59538c3 + d87d588 commit 98f3133

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

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

3536
[python]: https://www.python.org
37+
[google-assistant-library]: https://developers.google.com/assistant/sdk/reference/library/python
3638
[google-assistant-api]: https://developers.google.com/assistant/sdk/reference/rpc
3739
[google-assistant-sdk]: https://developer.google.com/assistant/sdk

google-assistant-library/README.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This package contains high level Python_ bindings for the `Google Assistant Libr
66
It is part of the `Google Assistant SDK`_.
77

88
It includes the following features:
9+
910
- "Ok Google" or "Hey Google" hotword detection
1011
- Audio recording
1112
- Assistant response playback
@@ -24,10 +25,9 @@ Supported configuration
2425
Installing
2526
----------
2627

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

30-
pip install --upgrade google_assistant_library-0.0.2-py2.py3-none-linux_armv7l.whl
30+
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
3131

3232
Authorization
3333
-------------
@@ -61,13 +61,14 @@ License
6161
See `LICENSE`_ and `LICENSE.third_party`_.
6262

6363
.. _Python: https://www.python.org/
64-
.. _Google Assistant Library: https://developers.google.com/assistant/sdk/reference/library/
64+
.. _Google Assistant Library: https://developers.google.com/assistant/sdk/reference/library/python
6565
.. _Google Assistant SDK: https://developers.google.com/assistant/sdk
66-
.. _Getting Started Guide for Raspberry Pi: https://developers.google.com/assistant/sdk/prototype/getting-started-pi-python/>
66+
.. _Getting Started Guide for Raspberry Pi and Python: https://developers.google.com/assistant/sdk/prototype/getting-started-pi-python/>
6767
.. _pip: https://pip.pypa.io/
6868
.. _GitHub releases page: https://github.com/googlesamples/assistant-sdk-python/releases
6969
.. _Follow the steps: https://developers.google.com/assistant/sdk/prototype/getting-started-other-platforms/config-dev-project-and-account
7070
.. _Google API Console Project credentials section: https://console.developers.google.com/apis/credentials
7171
.. _LICENSE: https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-library/LICENSE
72+
.. _LICENSE.third_party: https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-library/LICENSE.third_party
7273
.. _google/assistant/library/LICENSE.third_party: https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-library/google/assistant/library/LICENSE.third_party
73-
.. _sample: https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-sdk/googlesample/assistant/library
74+
.. _Reference sample: https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-sdk/googlesamples/assistant/library

google-assistant-sdk/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ the License.
114114
.. _pip: https://pip.pypa.io/
115115
.. _Google Assistant SDK: https://developers.google.com/assistant/sdk
116116
.. _Google Assistant gRPC API: https://developers.google.com/assistant/sdk/reference/rpc
117-
.. _Google Assistant library: https://developers.google.com/assistant/sdk/reference/library
117+
.. _Google Assistant library: https://developers.google.com/assistant/sdk/reference/library/python
118118
.. _GitHub releases page: https://github.com/googlesamples/assistant-sdk-python/releases
119119

0 commit comments

Comments
 (0)