2010-05-30 14:36:06 -04:00

20 lines
463 B
Plaintext

This file is for you to describe the pylonstest application. Typically
you would include information such as the information below:
Installation and Setup
======================
Install ``pylonstest`` using easy_install::
easy_install pylonstest
Make a config file as follows::
paster make-config pylonstest config.ini
Tweak the config file as appropriate and then setup the application::
paster setup-app config.ini
Then you are ready to go.