Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,13 @@ The demo uses Python for the A2A agent. If you encounter Python errors:
# Make sure Python 3.10+ is installed
python3 --version

# Make sure uv is installed
uv --version

# The demo should auto-install dependencies via the npm script
# If not, manually install them:
cd ../../agent/adk/restaurant_finder
pip install -r requirements.txt
uv sync
```

### Still Having Issues?
Expand Down