Installation¶
The tool is not hosted on PyPI but can be installed with pip
directly from GitHub:
pip install git+https://github.com/equinor/komodo.git
During development you can do the following for an “editable” install that changes while you develop:
pip install -e ".[dev]"
If you want to help develop komodo
, please read Development.