File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -594,8 +594,17 @@ Python run
594
594
:default: false
595
595
:version_added: 1.6
596
596
597
- Install the current package in development mode with develop mode. For pip this uses ``-e `` option, so should be
598
- avoided if you've specified a custom :ref: `install_command ` that does not support ``-e ``.
597
+ Install the current package in development mode using :pep: `660 `. This means that the package will
598
+ be installed in-place and editable.
599
+
600
+ .. note ::
601
+
602
+ ``package = editable `` is the preferred way to enable development/editable mode. See the details in :ref: `package `.
603
+
604
+ .. note ::
605
+
606
+ PEP-660 introduced a standardized way of installing a package in development mode, providing the same effect as if
607
+ ``pip install -e `` was used.
599
608
600
609
.. conf ::
601
610
:keys: package
You can’t perform that action at this time.
0 commit comments