diff options
| author | Chris McDonough <chrism@plope.com> | 2013-01-18 14:12:40 -0800 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-01-18 14:12:40 -0800 |
| commit | a440f26b8a0bbe64d05316d379b483dfb755ee5c (patch) | |
| tree | b08e59f85cb727efd10129c6528ce6570df7d3cf /docs | |
| parent | 42c6e21c09ed9a17744911846deedb424614e0e8 (diff) | |
| parent | 7e10cd0fd38bdeeba988e6ecf1b6179a0086559c (diff) | |
| download | pyramid-a440f26b8a0bbe64d05316d379b483dfb755ee5c.tar.gz pyramid-a440f26b8a0bbe64d05316d379b483dfb755ee5c.tar.bz2 pyramid-a440f26b8a0bbe64d05316d379b483dfb755ee5c.zip | |
Merge pull request #802 from tshepang/clarity
miscellaneous doc improvements
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/install.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index a78c1b2bd..6653243d5 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -40,13 +40,11 @@ UNIX system that has development tools. Package Manager Method ++++++++++++++++++++++ -You can use your system's "package manager" to install Python. Every -system's package manager is slightly different, but the "flavor" of +You can use your system's "package manager" to install Python. +Each package manager is slightly different, but the "flavor" of them is usually the same. -For example, on an Ubuntu Linux system, to use the system package -manager to install a Python 2.7 interpreter, use the following -command: +For example, on a Debian or Ubuntu system, use the following command: .. code-block:: text |
