Skip to content

Commit 6bc34ff

Browse files
chore: update SDK settings
1 parent 85e43ca commit 6bc34ff

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-ee25e67fc85ccc86cedb2ca0865385709877582132103e0afa68d7b43551784a.yml
33
openapi_spec_hash: d41fd99c9a8645a1fd69c519cd25a637
4-
config_hash: abdcaeff62a619bdf25d727cdeacf3b0
4+
config_hash: bd091e75baa300de3a05731fbd7f479e

README.md

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

2525
```sh
26-
# install from the production repo
27-
pip install git+ssh://git@github.com/beeper/desktop-api-python.git
26+
# install from PyPI
27+
pip install beeper_desktop_api
2828
```
2929

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

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

9289
```sh
93-
# install from the production repo
94-
pip install 'beeper_desktop_api[aiohttp] @ git+ssh://git@github.com/beeper/desktop-api-python.git'
90+
# install from PyPI
91+
pip install beeper_desktop_api[aiohttp]
9592
```
9693

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

0 commit comments

Comments
 (0)