Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openai/openai-agents-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: MuhammadAbdullah95/openai-agents-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 19, 2025

  1. Copy the full SHA
    0cae9c9 View commit details
Showing with 12 additions and 0 deletions.
  1. +12 −0 README.md
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -29,6 +29,18 @@ source env/bin/activate
```
pip install openai-agents
```
### Option 2: Install with UV
[`uv`](https://github.com/astral-sh/uv) is a modern package manager for Python that provides fast dependency resolution.

1. Initialize the directory with `uv`:
```
uv init --package sample_project
```
2. Install Agents SDK
```
uv add openai-agents
```


## Hello world example