Merge pull request #34 from RossGammon/packagermode

Remove setup.py --enable-package-mode option text from INSTALL
This commit is contained in:
Doug Blank 2015-06-14 13:06:12 -04:00
commit f1984dad87

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
------------------