-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Description
Summary
Fix installation instructions in README.md for developers working on the openai-agents-python repository itself. The original instructions failed when developers tried to install optional dependencies (voice and redis extras) because:
-
For
pip:pip install 'openai-agents[voice]'would install from PyPI instead of the local codebase, preventing developers from testing their changes. -
For
uv:uv add 'openai-agents[voice]'would attempt to add the project as its own dependency, whichuvprevents with the error: "self-dependencies are not permitted without the--devor--optionalflags."
Metadata
Metadata
Assignees
Labels
No labels