mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 01:41:25 -06:00
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:
parent
97d29a1d9f
commit
5824c89ee4
@ -119,7 +119,7 @@ For any changes that impact user-facing documentation (guides, API reference, tu
|
||||
3. **Install dependencies:**
|
||||
|
||||
```shell
|
||||
uv pip install -e .[dev,test,extensions,eval]
|
||||
uv sync --all-extras
|
||||
```
|
||||
4. **Run unit tests:**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user