From 5a62f2616ba818b2ce44543b2094d0e3a6301e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Agust=C3=ADn=20dlP?= <14jdelap@gmail.com> Date: Wed, 30 Apr 2025 12:51:08 +0100 Subject: [PATCH] chore: update README.md of zenml-support-agent to correct installation path --- zenml-support-agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenml-support-agent/README.md b/zenml-support-agent/README.md index fddaf767..d0d11689 100644 --- a/zenml-support-agent/README.md +++ b/zenml-support-agent/README.md @@ -108,7 +108,7 @@ Install the required packages via the `requirements.txt` file located in the `/src` directory. ```bash -pip install -r src/requirements.txt +pip install -r requirements.txt ``` You will also need to set your `OPENAI_API_KEY` as an environment variable wherever you plan to run the pipeline.