diff options
| author | Chris McDonough <chrism@plope.com> | 2013-01-01 21:11:38 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-01-01 21:11:38 -0500 |
| commit | 638ce950df1c8c8393c44a578270480f86dd060c (patch) | |
| tree | db8dbde9067e48cd7358790c6acc3fdfc038c516 /docs | |
| parent | 24d3c3b921851ab94697a956aa4c9b6183728ace (diff) | |
| download | pyramid-638ce950df1c8c8393c44a578270480f86dd060c.tar.gz pyramid-638ce950df1c8c8393c44a578270480f86dd060c.tar.bz2 pyramid-638ce950df1c8c8393c44a578270480f86dd060c.zip | |
fix rationale and typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/install.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index c9cdb745a..a1c7b0d64 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -52,9 +52,9 @@ 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. +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. |
