Add missing dependencies in quickstart command

The command fails without these required dependencies

Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
This commit is contained in:
Jorge Garcia Oncins 2025-06-03 14:28:08 +02:00
parent 3c9a10d2fe
commit 9e757c433a

View file

@ -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.
```