summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorRemi Delon <rdelon@cherrypy.org>2005-04-25 15:42:15 +0000
committerRemi Delon <rdelon@cherrypy.org>2005-04-25 15:42:15 +0000
commit323f90c4b2e6bd6d06779c7f9bb5665f698927c2 (patch)
treeff874cb9aca5e04562ad6efe74cea2382064a87e /README.txt
parent8072163d1c58f4ad743b871b7ad328011ea4ce91 (diff)
downloadcherrypy-323f90c4b2e6bd6d06779c7f9bb5665f698927c2.tar.gz
Final tweaks for 2.0.0-final releasecherrypy-2.0.0
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