summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Jurado <diptongo@gmail.com>2012-09-07 13:13:26 +0200
committerIsaac Jurado <diptongo@gmail.com>2012-09-07 13:13:26 +0200
commite4dd18da854b21ae2e68486c1bb4f18f76fa50a7 (patch)
tree19d0b156950863747d29f3600c34d129671a939d
parentd3e60f805d573206f68c0eb7e7187c5a1c54a731 (diff)
downloadsqlalchemy-e4dd18da854b21ae2e68486c1bb4f18f76fa50a7.tar.gz
Add a hint on the install guide to disable C extensions with pip.
-rw-r--r--doc/build/intro.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/build/intro.rst b/doc/build/intro.rst
index 337503545..56fa883e6 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``