We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--editable
instead of
1 parent fd59008 commit ae43f32Copy full SHA for ae43f32
1 file changed
source/specifications/direct-url.rst
@@ -287,7 +287,7 @@ Commands that generate a ``direct_url.json``:
287
(in which case, ``url`` will be the local directory where the git repository has been
288
cloned to, and ``dir_info`` will be present with ``"editable": true`` and no
289
``vcs_info`` will be set)
290
-* ``pip install --editable ./app``
+* ``pip install -e ./app``
291
292
Commands that *do not* generate a ``direct_url.json``
293
0 commit comments