Skip to content

Commit 9165781

Browse files
committed
Correct Missed setup.py installation instructions
1 parent 82906ae commit 9165781

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)