[Zope3-checkins] SVN: zope.testing/trunk/README.txt Explain how to
	get started with buildout.
    Marius Gedminas 
    marius at pov.lt
       
    Thu Jul 12 04:48:03 EDT 2007
    
    
  
Log message for revision 77716:
  Explain how to get started with buildout.
  
  
Changed:
  U   zope.testing/trunk/README.txt
-=-
Modified: zope.testing/trunk/README.txt
===================================================================
--- zope.testing/trunk/README.txt	2007-07-12 07:07:30 UTC (rev 77715)
+++ zope.testing/trunk/README.txt	2007-07-12 08:48:01 UTC (rev 77716)
@@ -45,6 +45,16 @@
   The test runner module.  This is typically wrapped by a test.py script that
   sets up options to run a particular set of tests.
 
+
+Getting started
+***************
+
+zope.testing uses buildout.  To start, run ``python bootstrap.py``.  It will
+create a number of directories and the ``bin/buildout`` script.  Next, run
+``bin/buildout``.  It will create a test script for you.  Now, run ``bin/test``
+to run the zope.testing test suite.
+
+
 Releases
 ********
 
    
    
More information about the Zope3-Checkins
mailing list