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?