Attempting to fix code blocks

This commit is contained in:
Jay Deiman 2011-12-12 14:26:00 -06:00
parent 5367d13304
commit db6934258c

View File

@ -4,12 +4,12 @@
1. If you have a .tar.gz, extract that first. 1. If you have a .tar.gz, extract that first.
tar -xvzf python-libmilter*.tar.gz tar -xvzf python-libmilter*.tar.gz
2. Now, just cd into the directory and install it 2. Now, just cd into the directory and install it
cd python-libmilter* cd python-libmilter*
python setup.py install python setup.py install
That's it, that will install the the libmilter.py file into its proper place. 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. 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.