We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27b838 commit 01e5f06Copy full SHA for 01e5f06
1 file changed
winbuild/build.rst
@@ -87,11 +87,18 @@ are set by running ``winbuild\build\build_env.cmd`` and install Pillow with pip:
87
winbuild\build\build_env.cmd
88
python.exe -m pip install -v -C raqm=vendor -C fribidi=vendor .
89
90
+You can also install Pillow in `editable mode`_::
91
+
92
+ winbuild\build\build_env.cmd
93
+ python.exe -m pip install -v -C raqm=vendor -C fribidi=vendor -e .
94
95
To build a wheel instead, run::
96
97
98
python.exe -m pip wheel -v -C raqm=vendor -C fribidi=vendor .
99
100
+.. _editable mode: https://setuptools.pypa.io/en/latest/userguide/development_mode.html
101
102
Testing Pillow
103
--------------
104
0 commit comments