docs: Update README with instructions for installing ADK extensions

PiperOrigin-RevId: 902714593
This commit is contained in:
Google Team Member
2026-04-20 10:43:26 -07:00
committed by Copybara-Service
parent e967f2812e
commit f2a117972e
+5
View File
@@ -69,6 +69,11 @@ You can install the latest stable version of ADK using `pip`:
pip install google-adk
```
To install optional integrations, you can use the following command:
```bash
pip install "google-adk[extensions]"
```
The release cadence is roughly bi-weekly.
This version is recommended for most users as it represents the most recent official release.