Skip to content

Commit 3868287

Browse files
authored
Merge pull request #347 from sirrupesh/main
Update path in Python examples documentation
2 parents e9947db + d646f13 commit 3868287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Enter your destination and travel duration, and the system will research attract
3434
1. Clone the repository:
3535
```bash
3636
git clone https://github.com/awslabs/agent-squad.git
37-
cd examples/python
37+
cd agent-squad/examples/python
3838
python -m venv venv
3939
source venv/bin/activate # On Windows use `venv\Scripts\activate`
4040
pip install -r requirements.txt

0 commit comments

Comments
 (0)