Skip to content

Commit dc663eb

Browse files
committed
Add release install to README
Signed-off-by: Martin Hickey <[email protected]>
1 parent 5062a7e commit dc663eb

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,21 @@ source fms_mo_venv/bin/activate
7373
> [!TIP]
7474
> If you use [pyenv](https://github.com/pyenv/pyenv), [Conda Miniforge](https://github.com/conda-forge/miniforge) or other such tools for Python version management, create the virtual environment with that tool instead of venv. Otherwise, you may have issues with installed packages not being found as they are linked to your Python version management tool and not `venv`.
7575
76-
To install `fms_mo` package from source:
76+
There are 2 ways to install the FMS Model Optimizer as follows:
77+
78+
#### From Release
79+
80+
To install from release ([PyPi package](https://pypi.org/project/fms-model-optimizer/)):
81+
82+
```shell
83+
python3 -m venv fms_mo_venv
84+
source fms_mo_venv/bin/activate
85+
pip install fms-model-optimizer
86+
```
87+
88+
#### From Source
89+
90+
To install from source(GitHub Repository):
7791

7892
```shell
7993
python3 -m venv fms_mo_venv

0 commit comments

Comments
 (0)