Skip to content

Commit

Permalink
Merge pull request #232 from mattrose/issue-227-install
Browse files Browse the repository at this point in the history
fix INSTALL instructions for setuptools
  • Loading branch information
mattrose authored Oct 8, 2020
2 parents 8bc1af0 + 1520cda commit e418621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e418621

Please sign in to comment.