diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-09 14:45:43 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-09 14:45:43 -0400 |
| commit | 15170b74d2f556499ae3f8d35c2d9bf5120b9ebd (patch) | |
| tree | 113658f593221452e4f0f71487555b19f24add1e | |
| parent | 1c325dc9c73820e78ab79d4aa160dc0f6cbe3b65 (diff) | |
| parent | 57c4678d19486dd37cb0d2080d1da85175530d8a (diff) | |
| download | sqlalchemy-15170b74d2f556499ae3f8d35c2d9bf5120b9ebd.tar.gz | |
merge branch
| -rw-r--r-- | doc/build/intro.rst | 4 |
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`` |
