From: Tom Christie Date: Mon, 15 Jan 2024 16:57:22 +0000 (+0000) Subject: Update docs/async.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88d93240818efb601f3bc34fb73d5b45f78598b3;p=thirdparty%2Fhttpx.git Update docs/async.md Co-authored-by: Zanie Blue --- diff --git a/docs/async.md b/docs/async.md index b78148d6..f0d7e46f 100644 --- a/docs/async.md +++ b/docs/async.md @@ -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/):