We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e885d4 commit 071f9afCopy full SHA for 071f9af
README.md
@@ -28,7 +28,7 @@ To install the package from PyPI, use `pip`:
28
29
```sh
30
# install from PyPI
31
-pip install --pre writer-sdk
+pip install '--pre writer-sdk'
32
```
33
34
## Prequisites
@@ -125,7 +125,7 @@ You can enable this by installing `aiohttp`:
125
126
127
128
-pip install --pre writer-sdk[aiohttp]
+pip install '--pre writer-sdk[aiohttp]'
129
130
131
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
0 commit comments