]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update install faq to align with code rel_2_0
authorFederico Caselli <cfederico87@gmail.com>
Wed, 30 Jul 2025 20:41:21 +0000 (22:41 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 30 Jul 2025 20:41:21 +0000 (22:41 +0200)
Change-Id: Id032859c02803cd561bff00b4eb773eff933abbc
References: #12757

doc/build/faq/installation.rst

index 72b4fc15915b621d8fdd2df557e4095a3c0f6339..45219cf1736654de177da57ed81a5cf4c03886c6 100644 (file)
@@ -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 <https://pypi.org/project/greenlet/#files>`_.
-Notably, **this includes Apple M1**.    To install including ``greenlet``,
+To install including ``greenlet``,
 add the ``asyncio`` `setuptools extra <https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-setuptools-extras>`_
 to the ``pip install`` command: