fix INSTALL instructions for setuptools
This commit is contained in:
parent
8bc1af0749
commit
1520cdad96
|
@ -39,7 +39,7 @@ And go from there. Manpages are available in the 'doc' directory.
|
||||||
To install properly, run:
|
To install properly, run:
|
||||||
|
|
||||||
python3 setup.py build
|
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
|
See `--help` for an overview of the available options; e.g. `--prefix` to
|
||||||
install to a custom base directory, and `--without-gettext` to avoid
|
install to a custom base directory, and `--without-gettext` to avoid
|
||||||
|
|
Loading…
Reference in New Issue