From c582882a9d1b8d5b236ac054a21327a0a4dbc7fd Mon Sep 17 00:00:00 2001 From: stainless-bot Date: Wed, 18 Sep 2024 18:20:50 +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 560a8db..827c14f 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,10 @@ The REST API documentation can be found on [dev.runwayml.com](https://dev.runway ## Installation ```sh -# install from the production repo -pip install git+ssh://git@github.com/runwayml/sdk-python.git +# install from PyPI +pip install --pre runwayml ``` -> [!NOTE] -> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre runwayml` - ## Usage The full API of this library can be found in [api.md](api.md).