From e4dd18da854b21ae2e68486c1bb4f18f76fa50a7 Mon Sep 17 00:00:00 2001 From: Isaac Jurado Date: Fri, 7 Sep 2012 13:13: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 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`` -- 2.47.3