Skip to content

Commit a9c1c23

Browse files
feat(api): added latest OpenAPI specification (#20)
1 parent d7b5b04 commit a9c1c23

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ The REST API documentation can be found on [docs.isaacus.com](https://docs.isaac
1515
## Installation
1616

1717
```sh
18-
# install from PyPI
19-
pip install isaacus
18+
# install from the production repo
19+
pip install git+ssh://git@github.com/isaacus-dev/isaacus-python.git
2020
```
2121

22+
> [!NOTE]
23+
> Once this package is [published to PyPI](https://app.stainless.com/docs/guides/publish), this will become: `pip install isaacus`
24+
2225
## Usage
2326

2427
The full API of this library can be found in [api.md](api.md).

0 commit comments

Comments
 (0)