From d4499f69902f30d0739bb16a1000a16bda5d5064 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sun, 11 Mar 2018 00:24:39 -0500 Subject: [PATCH] Fixed typo in package installation section of README --- CHANGES | 3 +++ README | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index e3186aa..b8945e0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +0.9.6 UNRELEASED + - Fixed typo in package installation section of README + 0.9.5.1 2018-03-10 - Add conf file location to systemd unit file - Fix setup.py install locations so they are installed correctly diff --git a/README b/README index 1bfb561..57fce83 100644 --- a/README +++ b/README @@ -16,8 +16,8 @@ python setup.py install --single-version-externally-managed --record=/dev/null For users of Debian Stable (Debian 9, Codename Squueze), all dependencies are available in either the main or backports repositories: -[sudo] apt install python-milter python-nacl pthon-ipaddress python-dnspython -[sudo] apt install -t squeeze-backports python-authres python-dkim +[sudo] apt install python-milter python-nacl python-ipaddress python-dnspython +[sudo] apt install -t stretch-backports python-authres python-dkim The preferred method of installation is from PyPi using pip (if distribution packages are not available):