From 0c2c1431fd62af049510a1655c5c8adef10ce78f Mon Sep 17 00:00:00 2001 From: Fatima367 Date: Mon, 18 Aug 2025 12:59:18 +0500 Subject: [PATCH] Update README.md Updating the Installation guide for those who will use it with uv. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 76c0d60d9..33c860a64 100644 --- a/README.md +++ b/README.md @@ -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