[Checkins] SVN: bluebream/website/docs/v1.0/gettingstarted.rst better words

Baiju M baiju.m.mail at gmail.com
Tue Jan 19 10:35:04 EST 2010


Log message for revision 108272:
  better words
  

Changed:
  U   bluebream/website/docs/v1.0/gettingstarted.rst

-=-
Modified: bluebream/website/docs/v1.0/gettingstarted.rst
===================================================================
--- bluebream/website/docs/v1.0/gettingstarted.rst	2010-01-19 15:28:16 UTC (rev 108271)
+++ bluebream/website/docs/v1.0/gettingstarted.rst	2010-01-19 15:35:03 UTC (rev 108272)
@@ -112,8 +112,8 @@
 Creating a sample project
 -------------------------
 
-The ``bluebream`` package provides a template based project creation
-based on `PasteScript template
+The ``bluebream`` distribution provides a template based project
+creation based on `PasteScript template
 <http://pythonpaste.org/script/developer.html>`_.  Once BlueBream is
 installed, run ``paster`` command to create the project directory
 structure.  The ``create`` sub-command provided by ``paster`` will
@@ -137,7 +137,9 @@
 
   $ paster create -t bluebream sampleproject namespace_package=mycompany
 
-The other variables which can be given from command line are:
+If you provide an option from command line, it will be prompted by
+the wizard.  The other variables are give below, you may be give the
+values from command line, if required:
 
 - ``interpreter`` -- Name of custom Python interpreter
 



More information about the checkins mailing list