From: Federico Caselli Date: Wed, 30 Jul 2025 20:36:35 +0000 (+0200) Subject: update install faq to align with code X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58aa2c5c6954d07fe7d7a8b333d3858400bdece7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git update install faq to align with code Closes #12757 Change-Id: I13b98a185fb4347cd172c6a6f95214672ae05fec --- 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