From b556f8276cef0acea6f570ded710e4790beb4dad Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 30 Aug 2008 16:36:28 +0000 Subject: Note non-interactive way to create a project. --- docs/narr/project.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 ----------------------------------------------------- -- cgit v1.2.3