[codex] Simplify Python SDK install guidance (#24866)

## Summary
- Remove the exact-version install snippet from the PyPI-facing Python
SDK README.
- Remove the release-selection explanation so the install section
presents the standard `pip install openai-codex` path directly.

## Validation
- Not run locally; relying on online CI for this documentation-only
change.
This commit is contained in:
Ahmed Ibrahim
2026-05-27 23:01:42 -07:00
committed by GitHub
Unverified
parent 6111791d0b
commit d0663f8004
-12
View File
@@ -14,18 +14,6 @@ Install the SDK:
pip install openai-codex
```
For reproducible environments, install this release exactly:
```bash
pip install openai-codex==0.1.0b1
```
The SDK requires Python `>=3.10` and installs its compatible Codex runtime
dependency automatically. While beta releases are the only published SDK
releases, the normal install command selects the latest beta. After a stable
release exists, use `pip install --pre openai-codex` to explicitly select a
newer prerelease.
## Quickstart
The SDK reuses your existing Codex authentication when one is already