diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-29 05:09:56 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-29 05:09:56 +0000 |
| commit | 27477816ba22b1f1edead0c4ec6efe5459b33e94 (patch) | |
| tree | c7429964ae08090b0e93a6ac5e32de596e1e3e59 /docs/narr/install.rst | |
| parent | e6f681fdca19490f9f7bb6274a38d0784ce3daac (diff) | |
| download | pyramid-27477816ba22b1f1edead0c4ec6efe5459b33e94.tar.gz pyramid-27477816ba22b1f1edead0c4ec6efe5459b33e94.tar.bz2 pyramid-27477816ba22b1f1edead0c4ec6efe5459b33e94.zip | |
Overlong lines.
Fix table.
Diffstat (limited to 'docs/narr/install.rst')
| -rw-r--r-- | docs/narr/install.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 8f09ff13f..d0bb7ae92 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -93,7 +93,8 @@ the following commands: [chrism@vitaminf ~]$ mkdir opt [chrism@vitaminf ~]$ cd tmp [chrism@vitaminf tmp]$ cd tmp - [chrism@vitaminf tmp]$ wget http://python.org/ftp/python/2.5.4/Python-2.5.4.tgz + [chrism@vitaminf tmp]$ wget \ + http://python.org/ftp/python/2.5.4/Python-2.5.4.tgz [chrism@vitaminf tmp]$ tar xvzf Python-2.5.4.tgz [chrism@vitaminf tmp]$ cd Python-2.5.4 [chrism@vitaminf Python-2.5.4]$ ./configure --prefix=$HOME/opt/Python-2.5.4 |
