Fix issue with instructions

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-04-02 07:28:27 +02:00
parent 69abd9e1d1
commit 7cda5445a4
1 changed files with 2 additions and 2 deletions

View File

@ -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