]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update docs/async.md
authorTom Christie <tom@tomchristie.com>
Mon, 15 Jan 2024 16:57:22 +0000 (16:57 +0000)
committerGitHub <noreply@github.com>
Mon, 15 Jan 2024 16:57:22 +0000 (16:57 +0000)
Co-authored-by: Zanie Blue <contact@zanie.dev>
docs/async.md

index b78148d66b039d077f5309fbb9c48a540c23e23d..f0d7e46f5a83966a18f5ed10aaaba9e6e20ede5b 100644 (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/):