From 184d8a9b959f75d0ba632846d5c515a003813488 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 2 Mar 2011 23:17:18 -0500 Subject: Closes #128 --- docs/tutorials/wiki/installation.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/tutorials/wiki/installation.rst') 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 `_ 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 `_ and run it using -- cgit v1.2.3