diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-27 15:32:14 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-27 15:32:14 +0000 |
| commit | e4e3aa3449d3ae390402a9cead205626816a2938 (patch) | |
| tree | cdab3582902124055fedfb3d0320157c983638fe /docs/narr/install.rst | |
| parent | 878328bdfc3b5ac832f1728e4a0461e3129cf8d4 (diff) | |
| download | pyramid-e4e3aa3449d3ae390402a9cead205626816a2938.tar.gz pyramid-e4e3aa3449d3ae390402a9cead205626816a2938.tar.bz2 pyramid-e4e3aa3449d3ae390402a9cead205626816a2938.zip | |
Rendering cleanups.
Diffstat (limited to 'docs/narr/install.rst')
| -rw-r--r-- | docs/narr/install.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index e4eb284f9..4fa0ef1d8 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -84,7 +84,6 @@ same system, to install a Python 2.5 interpreter from *source*, use the following commands: .. code-block:: text - :linenos: [chrism@vitaminf ~]$ cd ~ [chrism@vitaminf ~]$ mkdir tmp @@ -128,7 +127,6 @@ setuptools`` within the Python interpreter you'd like to run :mod:`repoze.bfg` under: .. code-block:: text - :linenos: [chrism@vitaminf bfg]$ python Python 2.4.5 (#1, Aug 29 2008, 12:27:37) @@ -195,7 +193,6 @@ can actually create a virtual environment. To do so, invoke the following: .. code-block:: text - :linenos: $ virtualenv --no-site-packages bfgenv New python executable in bfgenv/bin/python @@ -225,7 +222,6 @@ After you've got your ``bfgenv`` virtualenv installed, you may install virtualenv (``bfgenv``) directory: .. code-block:: text - :linenos: $ bin/easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg |
