Merge pull request #4836 from nulano/win-develop

Add develop instructions for winbuild
This commit is contained in:
Andrew Murray 2020-08-15 19:50:49 +10:00 committed by GitHub
commit fa768c34c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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