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 d7b5b04 commit a9c1c23Copy full SHA for a9c1c23
README.md
@@ -15,10 +15,13 @@ The REST API documentation can be found on [docs.isaacus.com](https://docs.isaac
15
## Installation
16
17
```sh
18
-# install from PyPI
19
-pip install isaacus
+# install from the production repo
+pip install git+ssh://git@github.com/isaacus-dev/isaacus-python.git
20
```
21
22
+> [!NOTE]
23
+> Once this package is [published to PyPI](https://app.stainless.com/docs/guides/publish), this will become: `pip install isaacus`
24
+
25
## Usage
26
27
The full API of this library can be found in [api.md](api.md).
0 commit comments