From 636ee51c92efa367af5eaaa520727ff82b89caaf Mon Sep 17 00:00:00 2001 From: Anubhav Dhawan Date: Fri, 23 Jan 2026 21:15:54 +0530 Subject: [PATCH] doc: Simplify ADK installation steps in local quickstart --- docs/en/getting-started/local_quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/getting-started/local_quickstart.md b/docs/en/getting-started/local_quickstart.md index 98dcd359d2..9049082a01 100644 --- a/docs/en/getting-started/local_quickstart.md +++ b/docs/en/getting-started/local_quickstart.md @@ -52,7 +52,7 @@ runtime](https://research.google.com/colaboratory/local-runtimes.html). {{< tabpane persist=header >}} {{< tab header="ADK" lang="bash" >}} -pip install toolbox-adk +pip install google-adk[toolbox] {{< /tab >}} {{< tab header="Langchain" lang="bash" >}} @@ -73,7 +73,7 @@ pip install toolbox-core {{< tabpane persist=header >}} {{< tab header="ADK" lang="bash" >}} -pip install google-adk +# No other dependencies required for ADK {{< /tab >}} {{< tab header="Langchain" lang="bash" >}}