commit | d049f92f7c5d0964a4e1c50820f4016e893ce2e8 | [log] [tgz] |
---|---|---|
author | Timmatt <timmatt@google.com> | Sun Feb 18 22:28:36 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Sun Feb 18 22:29:11 2024 -0800 |
tree | 102ab12712d4321c98da20011e2f5a75a0a451d7 | |
parent | 3e78737ddc7b6144918c44740816e428ac5807d4 [diff] |
add instruction of installation from pypi PiperOrigin-RevId: 608223146
diff --git a/README.md b/README.md index 05b6bb5..3de0763 100644 --- a/README.md +++ b/README.md
@@ -27,6 +27,12 @@ ### Installation +#### PyPI (recommended) +```shell +$ pip install google-home-ui-automator +``` + +#### Build from source code 1. clone this repo. ```shell