From 323f90c4b2e6bd6d06779c7f9bb5665f698927c2 Mon Sep 17 00:00:00 2001 From: Remi Delon Date: Mon, 25 Apr 2005 15:42:15 +0000 Subject: Final tweaks for 2.0.0-final release --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index af6f5e67..2c53f784 100644 --- a/README.txt +++ b/README.txt @@ -1,10 +1,10 @@ -* To install, just type: +* To install, just type (python-2.3 or later needed): python setup.py install * To learn how to use it, look at the examples under cherrypy/tutorial/ or go to http://www.cherrypy.org for more info. -* To run the unittest, just go to the cherrypy/test/ directory and type: +* To run the regression tests, just go to the cherrypy/test/ directory and type: python test.py -- cgit v1.2.1