Pyomo / pyomo

An object-oriented algebraic modeling language in Python for structured optimization problems.
https://www.pyomo.org
Other
1.97k stars 505 forks source link

Small improvement to Pyomo installation instructions #2010

Open adowling2 opened 3 years ago

adowling2 commented 3 years ago

I always forget how to do a developer installation, so I always need to look it up.

The website, http://www.pyomo.org/installation, suggests running

git clone https://github.com/Pyomo/pyomo

and then

python setup.py install

Suggestion. Add two sentence: "Want to contribute to Pyomo? See the documentation https://pyomo.readthedocs.io/en/stable/contribution_guide.html#setting-up-your-development-environment to configure your developer environment."

adowling2 commented 3 years ago

The two downsides: