From 0b522ca4d1a90f5be995fa810bbef12a0a8bbd81 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sat, 13 Apr 2019 08:42:30 -0400 Subject: [PATCH] Minor README corrections --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 5b50fd6..80060f4 100644 --- a/README +++ b/README @@ -22,7 +22,7 @@ python3 setup.py install --single-version-externally-managed --record=/dev/null For users of Debian Stable (Debian 9, Codename Squeeze), all dependencies are available in either the main or backports repositories: -[sudo] apt install python3-milter python3-nacl python3-ipaddress python3-dnspython +[sudo] apt install python3-milter python3-nacl python3-dnspython [sudo] apt install -t stretch-backports python3-authres python3-dkim The preferred method of installation is from PyPi using pip (if distribution @@ -33,7 +33,7 @@ packages are not available): Using pip will cause required packages to be installed via easy_install if they have not been previously installed. Because pymilter and PyNaCl are compiled Python extensions, the system will need appropriate development packages and -an C compiler. Alternately, install these dependencies from dsitribution/OS +an C compiler. Alternately, install these dependencies from distribution/OS packages and then pip install dkimpy_milter. The milter will work with either py3dns (DNS) or dnspython (dns), preferring