summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/README.txt b/README.txt
deleted file mode 100644
index 3c145146..00000000
--- a/README.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-* To install, change to the directory where setup.py is located and type
- (Python 2.6 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 regression tests, just go to the cherrypy/test/ directory
- and type:
-
- nosetests -s ./
-
- Or to run individual tests type:
-
- nosetests -s test_foo.py