From aea30bcd130183d8b077cd9452b8b6234f8dfbfe Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Wed, 30 Jul 2025 22:41:21 +0200 Subject: [PATCH] update install faq to align with code Change-Id: Id032859c02803cd561bff00b4eb773eff933abbc References: #12757 --- doc/build/faq/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/faq/installation.rst b/doc/build/faq/installation.rst index 72b4fc1591..45219cf173 100644 --- a/doc/build/faq/installation.rst +++ b/doc/build/faq/installation.rst @@ -13,7 +13,7 @@ I'm getting an error about greenlet not being installed when I try to use asynci The ``greenlet`` dependency does not install by default for CPU architectures for which ``greenlet`` does not supply a `pre-built binary wheel `_. -Notably, **this includes Apple M1**. To install including ``greenlet``, +To install including ``greenlet``, add the ``asyncio`` `setuptools extra `_ to the ``pip install`` command: -- 2.47.2