Remove setup.py --enable-package-mode option text from INSTALL

This option is not used anymore and reports an error if used.
This commit is contained in:
Ross Gammon 2015-06-13 16:52:49 +02:00
parent 8058cea0ca
commit d82ce1e9a5

View File

@ -91,12 +91,6 @@ alternative location on windows, supply the --root argument to setup.py
For example:
python setup.py install --root ~/test
or
python setup.py install --root ~/test --enable-packager-mode
The last option, --enable-packager-mode, is needed if you want to disable
execution of post-install mime processing. If you don't have root/admin
access, this will be needed
Packager's issues
------------------