From a9377223662206e95044d70d44e6f76307204c0d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:13:30 +0000 Subject: [PATCH] chore: update SDK settings (#253) --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5d55b2f2..13155247 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,10 @@ The REST API documentation can be found on [developers.intercom.com](https://dev ## Installation ```sh -# install from the production repo -pip install git+ssh://git@github.com/intercom/python-intercom#v3.git +# install from PyPI +pip install python-intercom ``` -> [!NOTE] -> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install python-intercom` - ## Usage The full API of this library can be found in [api.md](api.md).