summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-01-01 21:12:01 -0500
committerChris McDonough <chrism@plope.com>2013-01-01 21:12:01 -0500
commit341fc7e53578152fd97dfbbfc6007ab5d0723fda (patch)
treedb8dbde9067e48cd7358790c6acc3fdfc038c516
parent1a19bf74afc768db45c77604c2cd33cc26af34c1 (diff)
parent638ce950df1c8c8393c44a578270480f86dd060c (diff)
downloadpyramid-341fc7e53578152fd97dfbbfc6007ab5d0723fda.tar.gz
pyramid-341fc7e53578152fd97dfbbfc6007ab5d0723fda.tar.bz2
pyramid-341fc7e53578152fd97dfbbfc6007ab5d0723fda.zip
Merge branch 'tshepang-issue746'
-rw-r--r--docs/narr/install.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index 882e76f11..a1c7b0d64 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -52,6 +52,10 @@ command:
$ sudo apt-get install python2.7-dev
+This command will install both the Python interpreter and its development
+header files. Note that the headers are required by some (optional) C
+extensions in software depended upon by Pyramid, not by Pyramid itself.
+
Once these steps are performed, the Python interpreter will usually be
invokable via ``python2.7`` from a shell prompt.