
INSTALLATION
-------------

If you have Distutils, invoke "python setup.py install". 

If you don't have Distutils, just copy pgnotify.py into your Python
installation's site-packages directory on Unix, or site-packages' moral
equivalent on other platforms.


TESTING
--------

PyUnit tests are in test_pgnotify.py; the tests assume the PostgreSQL
database 'pgnotify_test' exists.


