From 78f0a2c27492a9cfed73f7dddcb31d051a04400b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 00:02:01 +0000 Subject: [PATCH] chore: update SDK settings --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a45ef3..b7c2c41 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,10 @@ The REST API documentation can be found on [docs.isaacus.com](https://docs.isaac ## Installation ```sh -# install from the production repo -pip install git+ssh://git@github.com/isaacus-dev/isaacus-python.git +# install from PyPI +pip install isaacus ``` -> [!NOTE] -> Once this package is [published to PyPI](https://app.stainless.com/docs/guides/publish), this will become: `pip install isaacus` - ## Usage The full API of this library can be found in [api.md](api.md).