InstallationΒΆ

You can install the package using pip (once distributed via PyPI):

pip install modfilegen

Or clone the repository and install locally:

git clone https://github.com/CropModelingPlatform/ModFileGen.git
cd modfilegen
pip install -e .