From 0e1a116c792a446b4cb75a8cd3da89abd6c121fb Mon Sep 17 00:00:00 2001 From: nulano Date: Sun, 2 Aug 2020 22:14:38 +0200 Subject: [PATCH] add develop instructions for winbuild --- winbuild/build.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winbuild/build.rst b/winbuild/build.rst index aaed2c43f..ba568a030 100644 --- a/winbuild/build.rst +++ b/winbuild/build.rst @@ -81,6 +81,9 @@ Pillow for the selected version of Python. ``winbuild\build\build_pillow.cmd bdist_wheel`` will build wheels instead of installing Pillow. +You can also use ``winbuild\build\build_pillow.cmd --inplace develop`` to build +and install Pillow in develop mode (instead of ``pip install --editable``). + Testing Pillow --------------