Skip to content

Update README.md #2023

@anirudherabelly

Description

@anirudherabelly

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:

  1. For pip: pip install 'openai-agents[voice]' would install from PyPI instead of the local codebase, preventing developers from testing their changes.

  2. For uv: uv add 'openai-agents[voice]' would attempt to add the project as its own dependency, which uv prevents with the error: "self-dependencies are not permitted without the --dev or --optional flags."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions