From 6b654c3a3e7bc10e1bce2432bf983aa37b352e0c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:36:18 +0000 Subject: [PATCH] fix: don't publish for now --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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).