We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33557ab commit 690bc00Copy full SHA for 690bc00
README.md
@@ -13,13 +13,10 @@ The REST API documentation can be found on [lumalabs.ai](https://lumalabs.ai). T
13
## Installation
14
15
```sh
16
-# install from the production repo
17
-pip install git+ssh://git@github.com/lumalabs/lumaai-python.git
+# install from PyPI
+pip install --pre lumaai
18
```
19
20
-> [!NOTE]
21
-> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre lumaai`
22
-
23
## Usage
24
25
The full API of this library can be found in [api.md](api.md).
0 commit comments