diff --git a/README.md b/README.md index fd13a0b..7a8ff53 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,13 @@ The REST API documentation can be found on [help.cleanlab.ai](https://help.clean ## Installation ```sh -# install from PyPI -pip install --pre codex-sdk +# install from the production repo +pip install git+ssh://git@github.com/cleanlab/codex-python.git ``` +> [!NOTE] +> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre codex-sdk` + ## Usage The full API of this library can be found in [api.md](api.md).