diff --git a/doc/misc.rst b/doc/misc.rst index 808e1ad102fd5d22d20ae83fb92c845e836fba1e..fe89693d9e4fde14afd9b10a6dd91695fee6c1ec 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -196,6 +196,10 @@ For PyOpenCL, the process is as follows: # editable install - make sure to disable build isolation: $ pip install --no-build-isolation -ve . + # editable install with automatic recompilation if needed: + $ pip install --no-build-isolation -Ceditable.rebuild=true -ve . + + Tips ====