]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add a hint on the install guide to disable C extensions with pip.
authorIsaac Jurado <diptongo@gmail.com>
Fri, 7 Sep 2012 11:13:26 +0000 (13:13 +0200)
committerIsaac Jurado <diptongo@gmail.com>
Fri, 7 Sep 2012 11:13:26 +0000 (13:13 +0200)
doc/build/intro.rst

index 337503545fe17de71f738b5a267b857e70e6cc25..56fa883e6aacd6d78c881dbc9eefc0065c2b7e66 100644 (file)
@@ -143,6 +143,10 @@ pass the flag ``--without-cextensions`` to the ``setup.py`` script::
 
     python setup.py --without-cextensions install
 
+Or with pip::
+
+    pip install --global-option='--without-cextensions' SQLAlchemy
+
 .. note::
 
    The ``--without-cextensions`` flag is available **only** if ``setuptools``