From 88d93240818efb601f3bc34fb73d5b45f78598b3 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 15 Jan 2024 16:57:22 +0000 Subject: [PATCH] Update docs/async.md Co-authored-by: Zanie Blue --- docs/async.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/):