From cf22b378bf6bd14b3f3008387932d663e8c3244f Mon Sep 17 00:00:00 2001 From: Jacob Simionato Date: Wed, 28 Jan 2026 09:34:44 +1030 Subject: [PATCH] Update quickstart --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 9ae3e076b..e396d7a34 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -246,7 +246,7 @@ python3 --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 +pip install . ``` ### Still Having Issues?