Added documentation for abusing pip to send --enable-[feature] flags to the build Ref:#1412

This commit is contained in:
wiredfool 2015-12-28 12:56:38 +00:00
parent c33fc39e76
commit e5f2b3ddac

View File

@ -185,6 +185,11 @@ Sample Usage::
$ MAX_CONCURRENCY=1 python setup.py build_ext --enable-[feature] install
or using pip::
$ pip install pillow --global-option="build_ext" --global-option="--enable-[feature]"
Building on OS X
^^^^^^^^^^^^^^^^