diff options
| author | Chris McDonough <chrism@plope.com> | 2013-01-01 21:10:07 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-01-01 21:10:07 -0500 |
| commit | 24d3c3b921851ab94697a956aa4c9b6183728ace (patch) | |
| tree | 88d49d293bf0c4dbb20ac4d25d9397acf44e3669 /docs | |
| parent | 1a19bf74afc768db45c77604c2cd33cc26af34c1 (diff) | |
| parent | b27d66f81274625446c301c2675638b36b5e16b3 (diff) | |
| download | pyramid-24d3c3b921851ab94697a956aa4c9b6183728ace.tar.gz pyramid-24d3c3b921851ab94697a956aa4c9b6183728ace.tar.bz2 pyramid-24d3c3b921851ab94697a956aa4c9b6183728ace.zip | |
Merge branch 'issue746' of git://github.com/tshepang/pyramid into tshepang-issue746
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/install.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 882e76f11..c9cdb745a 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 header files. +Note that these headers are required by some dependencies you will use +in this docomentation, not by Pyramid itself. + Once these steps are performed, the Python interpreter will usually be invokable via ``python2.7`` from a shell prompt. |
