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 7d87309f4b
2 changed files with 4 additions and 1 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 0.9.5.1 2018-03-10
- Add conf file location to systemd unit file - Add conf file location to systemd unit file
- Fix setup.py install locations so they are installed correctly - Fix setup.py install locations so they are installed correctly
+1 -1
View File
@@ -16,7 +16,7 @@ python setup.py install --single-version-externally-managed --record=/dev/null
For users of Debian Stable (Debian 9, Codename Squueze), all dependencies are For users of Debian Stable (Debian 9, Codename Squueze), all dependencies are
available in either the main or backports repositories: available in either the main or backports repositories:
[sudo] apt install python-milter python-nacl pthon-ipaddress python-dnspython [sudo] apt install python-milter python-nacl python-ipaddress python-dnspython
[sudo] apt install -t squeeze-backports python-authres python-dkim [sudo] apt install -t squeeze-backports python-authres python-dkim
The preferred method of installation is from PyPi using pip (if distribution The preferred method of installation is from PyPi using pip (if distribution