Skip to content

Commit 01e5f06

Browse files
committed
document editable mode installation in winbuild/build.rst
1 parent f27b838 commit 01e5f06

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

winbuild/build.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,18 @@ are set by running ``winbuild\build\build_env.cmd`` and install Pillow with pip:
8787
winbuild\build\build_env.cmd
8888
python.exe -m pip install -v -C raqm=vendor -C fribidi=vendor .
8989

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+
9095
To build a wheel instead, run::
9196

9297
winbuild\build\build_env.cmd
9398
python.exe -m pip wheel -v -C raqm=vendor -C fribidi=vendor .
9499

100+
.. _editable mode: https://setuptools.pypa.io/en/latest/userguide/development_mode.html
101+
95102
Testing Pillow
96103
--------------
97104

0 commit comments

Comments
 (0)