Installation
ModuFlow can be installed using pip:
pip install moduflow
Development Installation
For development, clone the repository and install in development mode:
git clone https://github.com/moduflow/moduflow.git
cd moduflow
pip install -e .
Requirements
ModuFlow requires:
Python 3.8 or higher
PyYAML
Click