From c9c77dce2bf45db16028bf5700e533d395a6a540 Mon Sep 17 00:00:00 2001 From: Isaac Jurado Date: Fri, 7 Sep 2012 13:12:26 +0200 Subject: [PATCH] Add a hint on the install guide to disable C extensions with pip. --- doc/build/intro.rst | 4 ++++ 1 file changed, 4 insertions(+) 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`` -- 2.47.2