From: Isaac Jurado Date: Fri, 7 Sep 2012 11:10:36 +0000 (+0200) Subject: Add a hint on the install guide to enable C extensions with pip. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f09d98be5a64c1a90710ebf12a4b82d4857d9e7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add a hint on the install guide to enable C extensions with pip. --- diff --git a/doc/build/intro.rst b/doc/build/intro.rst index 4a5bcb35fc..1944b84718 100644 --- a/doc/build/intro.rst +++ b/doc/build/intro.rst @@ -113,6 +113,10 @@ This flag must be on the command line before the actual install or build command python setup.py --with-cextensions install +Or with pip:: + + pip install --global-option='--with-cextensions' SQLAlchemy + Installing on Python 3 ----------------------------------