We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c062aeb commit 101528dCopy full SHA for 101528d
README.md
@@ -15,13 +15,10 @@ The REST API documentation can be found on [docs.beats-foundation.com](https://d
15
## Installation
16
17
```sh
18
-# install from the production repo
19
-pip install git+ssh://git@github.com/beatsfoundation/beats-foundation-sdk.git
+# install from PyPI
+pip install --pre beats_foundation
20
```
21
22
-> [!NOTE]
23
-> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre beats_foundation`
24
-
25
## Usage
26
27
The full API of this library can be found in [api.md](api.md).
0 commit comments