From e5f2b3ddacf9c234ce9e2b9eff5a7461e9d0e985 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Mon, 28 Dec 2015 12:56:38 +0000 Subject: [PATCH] Added documentation for abusing pip to send --enable-[feature] flags to the build Ref:#1412 --- docs/installation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 42c53e2a5..c91825258 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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 ^^^^^^^^^^^^^^^^