diff options
| author | Chris McDonough <chrism@plope.com> | 2013-01-01 21:23:12 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-01-01 21:23:12 -0500 |
| commit | 00d83a42a4499a1a94d9019b740cc477270960cf (patch) | |
| tree | 2a52f1e4480fbe52295deee325c26ee16e0d4247 /docs | |
| parent | ecece60de4f8c21b0f0d4f7db45ea05e905ca1e3 (diff) | |
| download | pyramid-00d83a42a4499a1a94d9019b740cc477270960cf.tar.gz pyramid-00d83a42a4499a1a94d9019b740cc477270960cf.tar.bz2 pyramid-00d83a42a4499a1a94d9019b740cc477270960cf.zip | |
reflow, typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/install.rst | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 8947a891f..6db0d88f5 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -250,17 +250,15 @@ your setuptools-enabled Python interpreter, use the ``easy_install`` command. .. warning:: Python 3.3 includes ``pyvenv`` out of the box, which provides similar - functionality to ``virtualenv``. - We however suggest using ``virtualenv`` instead, - which works well with Python 3.3. - This isn't a recommendation made for technical reasons; - it's made because it's not feasible for the - authors of this guide to explain setup using multiple virtual environment - systems. We are aiming to not need to make the installation documentation + functionality to ``virtualenv``. We however suggest using ``virtualenv`` + instead, which works well with Python 3.3. This isn't a recommendation made + for technical reasons; it's made because it's not feasible for the authors + of this guide to explain setup using multiple virtual environment systems. + We are aiming to not need to make the installation documentation Turing-complete. If you insist on using ``pyvenv``, you'll need to understand how to install - software such as``distribute`` into the virtual environment manually, + software such as ``distribute`` into the virtual environment manually, which this guide does not cover. .. code-block:: text |
