diff options
| author | Michael Merickel <michael@merickel.org> | 2013-09-28 01:23:58 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-09-28 01:23:58 -0500 |
| commit | 9221e806f945bd746044740f3fc7f05aaa41b656 (patch) | |
| tree | e112daec6e19126bae3591ae6ed13748075f65e9 /docs | |
| parent | b731b5fca253d9d95b3307490aa585e194676c01 (diff) | |
| parent | 994261c9104c174624fb7655508acad453023a5b (diff) | |
| download | pyramid-9221e806f945bd746044740f3fc7f05aaa41b656.tar.gz pyramid-9221e806f945bd746044740f3fc7f05aaa41b656.tar.bz2 pyramid-9221e806f945bd746044740f3fc7f05aaa41b656.zip | |
Merge branch 'pull.1132'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/install.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index fb67b899b..f3f736df6 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -25,6 +25,10 @@ on :term:`PyPy` (1.9+). :app:`Pyramid` installation does not require the compilation of any C code, so you need only a Python interpreter that meets the requirements mentioned. +Some :app:`Pyramid` dependencies may attempt to build C extensions for +performance speedups. If a compiler or Python headers are unavailable the +dependency will fall back to using pure Python instead. + For Mac OS X Users ~~~~~~~~~~~~~~~~~~ @@ -292,6 +296,13 @@ itself using the following commands: The ``easy_install`` command will take longer than the previous ones to complete, as it downloads and installs a number of dependencies. +.. note:: + + If you see any warnings and/or errors related to failing to compile the C + extensions, in most cases you may safely ignore those errors. If you wish + to use the C extensions, please verify that you have a functioning compiler + and the Python header files installed. + .. index:: single: installing on Windows |
