Skip to content

Commit 071f9af

Browse files
chore(internal): codegen related update
1 parent 7e885d4 commit 071f9af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To install the package from PyPI, use `pip`:
2828

2929
```sh
3030
# install from PyPI
31-
pip install --pre writer-sdk
31+
pip install '--pre writer-sdk'
3232
```
3333

3434
## Prequisites
@@ -125,7 +125,7 @@ You can enable this by installing `aiohttp`:
125125

126126
```sh
127127
# install from PyPI
128-
pip install --pre writer-sdk[aiohttp]
128+
pip install '--pre writer-sdk[aiohttp]'
129129
```
130130

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

0 commit comments

Comments
 (0)