From: Isaac Jurado Date: Fri, 7 Sep 2012 11:13:26 +0000 (+0200) Subject: Add a hint on the install guide to disable C extensions with pip. X-Git-Tag: rel_0_8_0b1~164^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4dd18da854b21ae2e68486c1bb4f18f76fa50a7;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 337503545f..56fa883e6a 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``