[z3-checkins] r33513 - z3/deliverance/branches/packaged
ltucker at codespeak.net
ltucker at codespeak.net
Fri Oct 20 21:18:51 CEST 2006
Author: ltucker
Date: Fri Oct 20 21:18:49 2006
New Revision: 33513
Modified:
z3/deliverance/branches/packaged/README.txt
Log:
adding link to the buildout to the readme
Modified: z3/deliverance/branches/packaged/README.txt
==============================================================================
--- z3/deliverance/branches/packaged/README.txt (original)
+++ z3/deliverance/branches/packaged/README.txt Fri Oct 20 21:18:49 2006
@@ -1,7 +1,17 @@
Quick Start to run tests
-------------------------
-running setup.py is probably going to do the wrong thing currently
+
+The easiest way to get started is to check out the buildout:
+
+svn co https://svn.openplans.org/svn/deliverance.buildout deliverance.buildout
+
+If you follow the instructions there and install nose and it's dependencies,
+you should be able to run tests by running nosetests from
+this directory.
+
+
+Otherwise to install manually:
get workingenv.py from
http://cheeseshop.python.org/pypi/workingenv.py
More information about the z3-checkins
mailing list