summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoramitvmane <amitvmane@gmail.com>2014-01-23 21:56:45 +0530
committeramitvmane <amitvmane@gmail.com>2014-01-23 21:56:45 +0530
commit0dd16dd2abf25e3f1a1e73ff6a3e206ed9a18fd9 (patch)
treee07ff88aba1091442b520555e9b23d7e47b2ca99 /docs
parentf58977a38ac65dce742dac38fe1179f61bfc3efc (diff)
downloadpyramid-0dd16dd2abf25e3f1a1e73ff6a3e206ed9a18fd9.tar.gz
pyramid-0dd16dd2abf25e3f1a1e73ff6a3e206ed9a18fd9.tar.bz2
pyramid-0dd16dd2abf25e3f1a1e73ff6a3e206ed9a18fd9.zip
Update project.rst
Document fix for issue 1226
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst21
1 files changed, 6 insertions, 15 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index f1bee9efd..cab7cbec7 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -74,6 +74,11 @@ 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 command uses the ``pcreate`` command to create a project with the
+``starter`` scaffold.
+
+For example,
+
On UNIX:
.. code-block:: text
@@ -85,21 +90,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``: