diff --git a/README.md b/README.md index f2c25f17..d453a8f1 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,10 @@ The REST API documentation can be found on [docs.brainbase.com](https://docs.bra ## Installation ```sh -# install from the production repo -pip install git+ssh://git@github.com/BrainbaseHQ/brainbase-python-sdk.git +# install from PyPI +pip install --pre brainbase ``` -> [!NOTE] -> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre brainbase` - ## Usage The full API of this library can be found in [api.md](api.md).