mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
document editable mode installation in winbuild/build.rst
This commit is contained in:
parent
f27b838a45
commit
01e5f06da0
|
@ -87,11 +87,18 @@ are set by running ``winbuild\build\build_env.cmd`` and install Pillow with pip:
|
|||
winbuild\build\build_env.cmd
|
||||
python.exe -m pip install -v -C raqm=vendor -C fribidi=vendor .
|
||||
|
||||
You can also install Pillow in `editable mode`_::
|
||||
|
||||
winbuild\build\build_env.cmd
|
||||
python.exe -m pip install -v -C raqm=vendor -C fribidi=vendor -e .
|
||||
|
||||
To build a wheel instead, run::
|
||||
|
||||
winbuild\build\build_env.cmd
|
||||
python.exe -m pip wheel -v -C raqm=vendor -C fribidi=vendor .
|
||||
|
||||
.. _editable mode: https://setuptools.pypa.io/en/latest/userguide/development_mode.html
|
||||
|
||||
Testing Pillow
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user