Update ChangeLog and README for setuptools

This commit is contained in:
Scott Kitterman
2018-03-25 22:42:26 -04:00
parent d860dfd51e
commit 30062b3c2b
2 changed files with 7 additions and 2 deletions
+5 -2
View File
@@ -25,9 +25,12 @@ REQUIREMENTS
INSTALLATION
To build and install dkimpy:
This package includes a scripts and man pages. For those to be installed when
installing using setup.py, the following incantation is required because
setuptools developers decided not being able to do this by default is a
feature:
python setup.py install
python setup.py install --single-version-externally-managed --record=/dev/null
DOCUMENTATION