Skip to content

Commit eb3ce81

Browse files
authored
Merge pull request #3676 from mrmundt/missed-setup
NFC: Correct Missed setup.py installation instructions
2 parents 82906ae + 9165781 commit eb3ce81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/OnlineDocs/contribution_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Finally, move to the directory containing the clone of your Pyomo fork and run:
336336

337337
::
338338

339-
python setup.py develop
339+
pip install -e .
340340

341341
These commands register the cloned code with the active python environment
342342
(``pyomodev``). This way, your changes to the source code for ``pyomo`` are

0 commit comments

Comments
 (0)