summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-01-28 14:30:28 -0500
committerChris McDonough <chrism@plope.com>2014-01-28 14:30:28 -0500
commitea8961e64a7ae2c384883fe4ae4812edf290afc2 (patch)
tree2c3af390109acffc5954b87a1f31178e63b9e6a4 /docs
parentf58977a38ac65dce742dac38fe1179f61bfc3efc (diff)
parent78d202a1c7537c135de8c377d63317f823fb8e22 (diff)
downloadpyramid-ea8961e64a7ae2c384883fe4ae4812edf290afc2.tar.gz
pyramid-ea8961e64a7ae2c384883fe4ae4812edf290afc2.tar.bz2
pyramid-ea8961e64a7ae2c384883fe4ae4812edf290afc2.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst19
1 files changed, 4 insertions, 15 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index f1bee9efd..eb12f67ef 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -74,6 +74,9 @@ In :ref:`installing_chapter` we called the virtualenv directory ``env``; the
following commands assume that our current working directory is the ``env``
directory.
+The below example uses the ``pcreate`` command to create a project with the
+``starter`` scaffold.
+
On UNIX:
.. code-block:: text
@@ -85,21 +88,7 @@ Or on Windows:
.. code-block:: text
> %VENV%\Scripts\pcreate -s starter MyProject
-
-The above command uses the ``pcreate`` command to create a project with the
-``starter`` scaffold. To use a different scaffold, such as
-``alchemy``, you'd just change the ``-s`` argument value. For example,
-on UNIX:
-
-.. code-block:: text
-
- $ $VENV/bin/pcreate -s alchemy MyProject
-
-Or on Windows:
-
-.. code-block:: text
-
- > %VENV%\Scripts\pcreate -s alchemy MyProject
+
Here's sample output from a run of ``pcreate`` on UNIX for a project we name
``MyProject``: