mirror of
https://github.com/moparisthebest/python-libmilter
synced 2024-11-21 08:35:08 -05:00
examples | ||
.gitignore | ||
libmilter.py | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
setup.py |
python-libmilter
INSTALL
-
If you have a .tar.gz, extract that first.
tar -xvzf python-libmilter*.tar.gz
-
Now, just cd into the directory and install it
cd python-libmilter* python setup.py install
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 for all the documentation on this library.