Skip to content

Commit 52e5d05

Browse files
chore: update SDK settings
1 parent 93ff5c1 commit 52e5d05

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: 7
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/unlayer%2Funlayer-e77bc881d5cb6c68be6f3d3861ed021b99f6cde45ee28d3511abe284d888262e.yml
33
openapi_spec_hash: 7e7fae1b919c5d337e8b22be2a24d3ed
4-
config_hash: 344aa63165862b95d788ad377dd902e3
4+
config_hash: 68f088239d13d9983e4913c6b8396c0d

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ The full API of this library can be found in [api.md](api.md).
1616
## Installation
1717

1818
```sh
19-
# install from the production repo
20-
pip install git+ssh://git@github.com/unlayer/unlayer-python.git
19+
# install from PyPI
20+
pip install unlayer
2121
```
2222

23-
> [!NOTE]
24-
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install unlayer`
25-
2623
## Usage
2724

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

8582
```sh
86-
# install from the production repo
87-
pip install 'unlayer[aiohttp] @ git+ssh://git@github.com/unlayer/unlayer-python.git'
83+
# install from PyPI
84+
pip install unlayer[aiohttp]
8885
```
8986

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

0 commit comments

Comments
 (0)