Skip to content

Commit dcb3add

Browse files
westurnerdukecat0
andauthored
DOC: source/guides/distributing-packages-using-setuptools.rst: remove extra pip install -e
Co-authored-by: meowmeowcat <meowmeowcat1211@gmail.com>
1 parent 5f0fc6f commit dcb3add

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/guides/distributing-packages-using-setuptools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ edited in-place without reinstallation:
665665
changes to Python source files in projects installed as editable will be reflected the next time an interpreter process is started.
666666

667667
To install a Python package in "editable"/"development" mode
668-
Change directory to the root of the project directory and run ``pip install -e .``:
668+
Change directory to the root of the project directory and run:
669669

670670
::
671671

0 commit comments

Comments
 (0)