diff options
| author | Chris McDonough <chrism@plope.com> | 2011-03-02 23:17:18 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-03-02 23:17:18 -0500 |
| commit | 184d8a9b959f75d0ba632846d5c515a003813488 (patch) | |
| tree | d1d8e81da03c7e2bfacd31a74f92afa470550cd1 /docs/tutorials/wiki | |
| parent | 7edede0f2b68098c8ed1e4c82b14ac3a6a76062a (diff) | |
| download | pyramid-184d8a9b959f75d0ba632846d5c515a003813488.tar.gz pyramid-184d8a9b959f75d0ba632846d5c515a003813488.tar.bz2 pyramid-184d8a9b959f75d0ba632846d5c515a003813488.zip | |
Closes #128
Diffstat (limited to 'docs/tutorials/wiki')
| -rw-r--r-- | docs/tutorials/wiki/installation.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index 95bc7a03e..3354aff95 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -21,6 +21,12 @@ Preparation, UNIX your system, obtain, install, or find `Python 2.6 <http://python.org/download/releases/2.6.6/>`_ for your system. +#. Make sure the Python development headers are installed on your system. If + you've installed Python from source, these will already be installed. If + you're using a system Python, you may have to install a ``python-dev`` + package (e.g. ``apt-get python-dev``). The headers are not required for + Pyramid itself, just for dependencies of the tutorial. + #. Install the latest `setuptools` into the Python you obtained/installed/found in the step above: download `ez_setup.py <http://peak.telecommunity.com/dist/ez_setup.py>`_ and run it using |
