summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2014-01-23 09:05:01 -0800
committerSteve Piercy <web@stevepiercy.com>2014-01-23 09:05:01 -0800
commitff2773227b7189a2932280f3964bd6ff6857e32b (patch)
tree6634e840bfbb7b5f0d4cdb7c692ad861f6ae63b8 /docs
parentf58977a38ac65dce742dac38fe1179f61bfc3efc (diff)
parentcf8bff6f0176f955bf61fb9832b7ec6da888cd33 (diff)
downloadpyramid-ff2773227b7189a2932280f3964bd6ff6857e32b.tar.gz
pyramid-ff2773227b7189a2932280f3964bd6ff6857e32b.tar.bz2
pyramid-ff2773227b7189a2932280f3964bd6ff6857e32b.zip
Merge pull request #1227 from amitvmane/patch-1
Thank you!
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``: