From e743257d1d8fa73def19c808799e79bedeebf59b Mon Sep 17 00:00:00 2001 From: Jorge Date: Tue, 3 Jun 2025 18:01:36 +0200 Subject: [PATCH] docs: Add missing dependencies in quickstart demo command (#2347) Adds missing required dependencies to run the demo command in the Quickstart doc Signed-off-by: Jorge Garcia Oncins --- docs/source/getting_started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index e084f68b7..ee7cdd4a9 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -82,7 +82,7 @@ for log in AgentEventLogger().log(response): ``` We will use `uv` to run the script ``` -uv run --with llama-stack-client demo_script.py +uv run --with llama-stack-client,fire,requests demo_script.py ``` And you should see output like below. ```