summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
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