From 7cda5445a4659faac6939876796b3c732282270b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Wed, 2 Apr 2025 07:28:27 +0200 Subject: [PATCH] Fix issue with instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Mayoral Vilches --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b008cb2..c397054f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Notably, our SDK [is compatible](https://openai.github.io/openai-agents-python/m 1. Set up your Python environment (note that within Cursor this is big issue :warning:, so probably set it up in another folder) ``` -python3 -m venv cai -source cai/bin/activate +python3 -m venv env +source env/bin/activate ``` 2. Install Agents SDK