summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/installation.rst
diff options
context:
space:
mode:
authorMarc Abramowitz <marca@surveymonkey.com>2012-11-30 09:27:09 -0800
committerMarc Abramowitz <marca@surveymonkey.com>2012-11-30 09:38:54 -0800
commitb9b2ee39c251dd68a12e717e1f6d9d02a29efe9a (patch)
treea93ba55122748375c84e563015b4a122eea3fcb9 /docs/tutorials/wiki2/installation.rst
parent0f2bbe521970aac9bf41f5ab9069256dac9f9cc5 (diff)
downloadpyramid-b9b2ee39c251dd68a12e717e1f6d9d02a29efe9a.tar.gz
pyramid-b9b2ee39c251dd68a12e717e1f6d9d02a29efe9a.tar.bz2
pyramid-b9b2ee39c251dd68a12e717e1f6d9d02a29efe9a.zip
A bunch of minor tweaks to the wiki2 tutorial in docs/tutorials/wiki2
Diffstat (limited to 'docs/tutorials/wiki2/installation.rst')
-rw-r--r--docs/tutorials/wiki2/installation.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst
index 6589a1557..4ab02a13a 100644
--- a/docs/tutorials/wiki2/installation.rst
+++ b/docs/tutorials/wiki2/installation.rst
@@ -2,7 +2,7 @@
Installation
============
-This tutorial assumes that Python and virtualenv are already installed
+This tutorial assumes that Python and :term:`virtualenv` are already installed
and working in your system. If you need help setting this up, you should
refer to the chapters on :ref:`installing_chapter`.
@@ -98,9 +98,9 @@ Installing the Project in "Development Mode"
In order to do development on the project easily, you must "register"
the project as a development egg in your workspace using the
-``setup.py develop`` command. In order to do so, cd to the "tutorial"
+``setup.py develop`` command. In order to do so, cd to the `tutorial`
directory you created in :ref:`sql_making_a_project`, and run the
-"setup.py develop" command using virtualenv Python interpreter.
+``setup.py develop`` command using the virtualenv Python interpreter.
On UNIX:
@@ -158,8 +158,8 @@ test`` does but provides additional "coverage" information, exposing
which lines of your project are "covered" (or not covered) by the
tests.
-To get this functionality working, we'll need to install a couple of
-other packages into our ``virtualenv``: ``nose`` and ``coverage``:
+To get this functionality working, we'll need to install the ``nose`` and
+``coverage`` packages into our ``virtualenv``:
On UNIX: