Copybara import of the project:

--
ec246aeee44156db8a94661b7e997cf2012f2e4e by Yuwei Fu <fuyuweiwill@gmail.com>:

Fix install command for Zsh compatibility. Wrapped extras list in quotes to prevent Zsh from expanding it as a glob pattern.

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/520 from Imfuyuwei:main 6cd4ecc9216ea2f03c3fed43e37d18d1838cac05
PiperOrigin-RevId: 754625822
This commit is contained in:
Yuwei Fu 2025-05-04 07:59:41 -07:00 committed by Copybara-Service
parent 97d29a1d9f
commit 5824c89ee4

View File

@ -119,7 +119,7 @@ For any changes that impact user-facing documentation (guides, API reference, tu
3. **Install dependencies:** 3. **Install dependencies:**
```shell ```shell
uv pip install -e .[dev,test,extensions,eval] uv sync --all-extras
``` ```
4. **Run unit tests:** 4. **Run unit tests:**