Update docs/async.md

Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
Tom Christie 2024-01-15 16:57:22 +00:00 committed by GitHub
parent 0e34e2ce25
commit 88d9324081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ To enable async support you'll need to install some additional dependencies:
If you're using Python's [standard `asyncio` support](https://docs.python.org/3/library/asyncio.html) then:
```shell
$ pip install httpx['asyncio']
$ pip install "httpx[asyncio]"
```
Or, if you're working with the [`trio` third party package](https://trio.readthedocs.io/en/stable/):