From 8aa1cae2a9598547a9c0a97f250f36967c9762d8 Mon Sep 17 00:00:00 2001 From: Sam Dotson <44342873+samgdotson@users.noreply.github.com> Date: Thu, 4 Apr 2024 08:38:53 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be8bbae..603de76 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Open source multi-objective energy system framework `osier` is available through [PyPI](https://pypi.org/project/osier/). It may be installed with ```bash -pip install osier +python -m pip install osier pyomo==6.4.1 ``` or by cloning this repository and building from source: @@ -60,4 +60,4 @@ Contributions to `osier` are welcome. For details on how to make bug reports, pu ## Credits -Some of the documentation infrastructure was inspired by and borrowed from the [`watts` documentation](https://watts.readthedocs.io/en/latest/index.html). \ No newline at end of file +Some of the documentation infrastructure was inspired by and borrowed from the [`watts` documentation](https://watts.readthedocs.io/en/latest/index.html).