Skip to content

Commit b954521

Browse files
chore: update SDK settings
1 parent 31a8e58 commit b954521

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 23
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/beeper%2Fbeeper-desktop-api-5a8ac7b545c48dc892e5c680303e305254921554dabee848e40a808659dbcf1e.yml
33
openapi_spec_hash: 0103975601aac1445d3a4ef418c5d17a
4-
config_hash: ca148af6be59ec54295b2c5f852a38d1
4+
config_hash: e342a96262eaf44c54e8bbb93cc8d7a7

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,10 @@ The REST API documentation can be found on [developers.beeper.com](https://devel
2525
## Installation
2626

2727
```sh
28-
# install from the production repo
29-
pip install git+ssh://git@github.com/beeper/desktop-api-python.git
28+
# install from PyPI
29+
pip install beeper_desktop_api
3030
```
3131

32-
> [!NOTE]
33-
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install beeper_desktop_api`
34-
3532
## Usage
3633

3734
The full API of this library can be found in [api.md](api.md).
@@ -86,8 +83,8 @@ By default, the async client uses `httpx` for HTTP requests. However, for improv
8683
You can enable this by installing `aiohttp`:
8784

8885
```sh
89-
# install from the production repo
90-
pip install 'beeper_desktop_api[aiohttp] @ git+ssh://git@github.com/beeper/desktop-api-python.git'
86+
# install from PyPI
87+
pip install beeper_desktop_api[aiohttp]
9188
```
9289

9390
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

0 commit comments

Comments
 (0)