Former-commit-id:a02aeb236c
[formerly9f19e3f712
] [formerlya02aeb236c
[formerly9f19e3f712
] [formerly06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]] Former-commit-id:06a8b51d6d
Former-commit-id:8e80217e59
[formerly3360eb6c5f
] Former-commit-id:377dcd10b9
13 lines
397 B
Text
Executable file
13 lines
397 B
Text
Executable file
* 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 regression tests, just go to the cherrypy/test/ directory and type:
|
|
|
|
python test.py
|
|
|
|
Or to run individual tests type:
|
|
|
|
python test.py --test_foo --test_bar
|