Fixed typo in package installation section of README

This commit is contained in:
Scott Kitterman
2018-03-11 00:24:39 -05:00
parent 1d8c309da9
commit d4499f6990
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -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
+2 -2
View File
@@ -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):