From 58aa2c5c6954d07fe7d7a8b333d3858400bdece7 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Wed, 30 Jul 2025 22:36:35 +0200 Subject: [PATCH] update install faq to align with code Closes #12757 Change-Id: I13b98a185fb4347cd172c6a6f95214672ae05fec --- doc/build/faq/installation.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/build/faq/installation.rst b/doc/build/faq/installation.rst index 72b4fc1591..52752648d0 100644 --- a/doc/build/faq/installation.rst +++ b/doc/build/faq/installation.rst @@ -11,10 +11,9 @@ Installation I'm getting an error about greenlet not being installed when I try to use asyncio ---------------------------------------------------------------------------------- -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``, -add the ``asyncio`` `setuptools extra `_ +The ``greenlet`` dependency is not install by default in the 2.1 series. +To install including ``greenlet``, you need toadd the ``asyncio`` +`setuptools extra `_ to the ``pip install`` command: .. sourcecode:: text -- 2.47.3