From e4e3aa3449d3ae390402a9cead205626816a2938 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Dec 2009 15:32:14 +0000 Subject: Rendering cleanups. --- docs/narr/install.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/narr/install.rst') 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 -- cgit v1.2.3