Skip to content

Commit 5a62f26

Browse files
authored
chore: update README.md of zenml-support-agent to correct installation path
1 parent fdc3cdc commit 5a62f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zenml-support-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Install the required packages via the `requirements.txt` file located in the
108108
`/src` directory.
109109

110110
```bash
111-
pip install -r src/requirements.txt
111+
pip install -r requirements.txt
112112
```
113113

114114
You will also need to set your `OPENAI_API_KEY` as an environment variable wherever you plan to run the pipeline.

0 commit comments

Comments
 (0)