You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@
4
4
5
5
1. If you have a .tar.gz, extract that first.
6
6
7
-
tar -xvzf python-libmilter*.tar.gz
7
+
tar -xvzf python-libmilter*.tar.gz
8
8
9
9
2. Now, just cd into the directory and install it
10
10
11
-
cd python-libmilter*
12
-
python setup.py install
11
+
cd python-libmilter*
12
+
python setup.py install
13
13
14
14
That's it, that will install the the libmilter.py file into its proper place.
15
15
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.
0 commit comments