summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-08-30 16:36:28 +0000
committerChris McDonough <chrism@agendaless.com>2008-08-30 16:36:28 +0000
commitb556f8276cef0acea6f570ded710e4790beb4dad (patch)
treeec58466c3efc7ed7ae6bfc049067ce4cde424456 /docs
parent9888abac750d077275018b60a9a9e00ceceaa089 (diff)
downloadpyramid-b556f8276cef0acea6f570ded710e4790beb4dad.tar.gz
pyramid-b556f8276cef0acea6f570ded710e4790beb4dad.tar.bz2
pyramid-b556f8276cef0acea6f570ded710e4790beb4dad.zip
Note non-interactive way to create a project.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 69fd69956..8daac5e32 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -65,6 +65,10 @@ representing a Python :term:`package` which holds very simple
:mod:`repoze.bfg` sample code. This is where you'll edit your
application's Python code and templates.
+.. note:: You can skip the interrogative question about a project
+ name during ``paster create`` by adding the project name to the
+ command line, e.g. ``paster create -t bfg MyProject``.
+
Installing your Newly Created Project for Development
-----------------------------------------------------