From: Isaac Jurado Date: Fri, 7 Sep 2012 11:12:26 +0000 (+0200) Subject: Add a hint on the install guide to disable C extensions with pip. X-Git-Tag: rel_0_7_9~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9c77dce2bf45db16028bf5700e533d395a6a540;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add a hint on the install guide to disable C extensions with pip. --- diff --git a/doc/build/intro.rst b/doc/build/intro.rst index 2a539e8d84..7c653e575d 100644 --- a/doc/build/intro.rst +++ b/doc/build/intro.rst @@ -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``