Installation is as simple as
python setup.py installIf you are running several virtual environments, where one (e.g.
devel) is used for development, you can install a development
version by running
workon devel
python setup.py developDocs are located in the doc directory. To install, cd to doc
and run
make htmlDocumentation output is found in build.
The modules are shipped with a number of unit tests, located in the tests directory. To run a test, issue the command
python setup.py nosetestsor if you want to run individual tests, cd to tests and run (for example)
nosetests -v -s test_db.py