python-libmilter/README.md

20 lines
641 B
Markdown
Raw Normal View History

2011-12-12 15:22:53 -05:00
# python-libmilter #
## INSTALL ##
1. If you have a .tar.gz, extract that first.
2011-12-12 15:26:00 -05:00
tar -xvzf python-libmilter*.tar.gz
2011-12-12 15:22:53 -05:00
2. Now, just cd into the directory and install it
2011-12-12 15:26:00 -05:00
cd python-libmilter*
python setup.py install
2011-12-12 15:22:53 -05:00
That's it, that will install the the libmilter.py file into its proper place.
Do note that you can just drop libmilter.py into your project folder and use it that way too. The whole point of this project is to maximize portability.
## DOCUMENTATION ##
Please see [my wiki site](http://stuffivelearned.org/doku.php?id=programming:python:python-libmilter) for all the documentation on this library.