|
Revision 2525
(checked in by fumanchu, 7 months ago)
|
Marking 3.2.0 beta for Python 2.x.
|
| Line | |
|---|
| 1 |
* To install, change to the directory where setup.py is located and type (python-2.3 or later needed): |
|---|
| 2 |
|
|---|
| 3 |
python setup.py install |
|---|
| 4 |
|
|---|
| 5 |
* To learn how to use it, look at the examples under cherrypy/tutorial/ or go to http://www.cherrypy.org for more info. |
|---|
| 6 |
|
|---|
| 7 |
* To run the regression tests, just go to the cherrypy/test/ directory and type: |
|---|
| 8 |
|
|---|
| 9 |
python test.py |
|---|
| 10 |
|
|---|
| 11 |
Or to run individual tests type: |
|---|
| 12 |
|
|---|
| 13 |
python test.py --test_foo --test_bar |
|---|