mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +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
|
winbuild\build\build_env.cmd
|
||||||
python.exe -m pip install -v -C raqm=vendor -C fribidi=vendor .
|
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::
|
To build a wheel instead, run::
|
||||||
|
|
||||||
winbuild\build\build_env.cmd
|
winbuild\build\build_env.cmd
|
||||||
python.exe -m pip wheel -v -C raqm=vendor -C fribidi=vendor .
|
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
|
Testing Pillow
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user