From: Federico Caselli Date: Wed, 30 Jul 2025 20:41:21 +0000 (+0200) Subject: update install faq to align with code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Frel_2_0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git update install faq to align with code Change-Id: Id032859c02803cd561bff00b4eb773eff933abbc References: #12757 --- 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: