Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,18 @@ source .venv/bin/activate # On Windows: .venv\Scripts\activate

2. Install Agents SDK

- Option A: Using pip (traditional method)

```bash
pip install openai-agents
```

- Option B: Using uv (recommended)

```bash
uv add openai-agents
```

For voice support, install with the optional `voice` group: `pip install 'openai-agents[voice]'`.

## Hello world example
Expand Down