Skip to content

Commit 59a6e13

Browse files
author
Andy
committed
feat: update readme.md
1 parent 3396682 commit 59a6e13

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/travel_planner/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,22 @@
2323
```
2424

2525
3. Install the dependencies
26+
- Execute it in the root directory of the project.
27+
2628
```bash
27-
cd ~/a2a-python/
2829
pip install .
2930
```
3031

3132
4. Start the server
33+
- Execute it in the travel_planner directory of the project.
34+
-
3235
```bash
3336
uv run .
3437
```
3538

3639
5. Run the test client
40+
- Execute it in the travel_planner directory of the project.
41+
3742
```bash
3843
uv run loop_client.py
3944
```

0 commit comments

Comments
 (0)