fix INSTALL instructions for setuptools

This commit is contained in:
Matt Rose 2020-10-08 15:13:42 -04:00
parent 8bc1af0749
commit 1520cdad96
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ And go from there. Manpages are available in the 'doc' directory.
To install properly, run:
python3 setup.py build
python3 setup.py install --record=install-files.txt
python3 setup.py install --single-version-externally-managed --record=install-files.txt
See `--help` for an overview of the available options; e.g. `--prefix` to
install to a custom base directory, and `--without-gettext` to avoid