Skip to content

Commit b5c58e8

Browse files
authored
Merge pull request pypa#277 from mgedmin/patch-3
Clarify confusing sentence
2 parents 42c52e4 + 7317492 commit b5c58e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/distributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ Although somewhat cryptic, ``-e`` is short for ``--editable``, and ``.`` refers
542542
to the current working directory, so together, it means to install the current
543543
directory (i.e. your project) in editable mode. This will also install any
544544
dependencies declared with "install_requires" and any scripts declared with
545-
"console_scripts". Dependencies will not be installed in editable mode.
545+
"console_scripts". Dependencies will be installed in the usual, non-editable mode.
546546

547547
It's fairly common to also want to install some of your dependencies in editable
548548
mode as well. For example, supposing your project requires "foo" and "bar", but

0 commit comments

Comments
 (0)