Installation and requirements

Base requirements

Installation

Installation is as simple as:

pip install -U configflow

poetry add configflow

Optional dependencies

configflow has next optional dependencies:

To install these along with configflow:

pip install -U "configflow[hvac]"
poetry add "configflow[hvac]"

Of course, you can also install these requirements manually with pip install ....