From beee0995e2b58e101338e33a92a63ea53cdecc58 Mon Sep 17 00:00:00 2001 From: stainless-bot Date: Sun, 13 Oct 2024 22:25:56 +0000 Subject: [PATCH] feat(api): api update --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd394259..1b7aecf1 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,10 @@ The REST API documentation can be found on [arcade-ai.com](https://arcade-ai.com ## Installation ```sh -# install from the production repo -pip install git+ssh://git@github.com/ArcadeAI/arcade-py.git +# install from PyPI +pip install --pre arcadepy ``` -> [!NOTE] -> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre arcadepy` - ## Usage The full API of this library can be found in [api.md](api.md).