InstallationΒΆ

CondaΒΆ

# Coming soon - conda-forge feedstock in progress
# conda install -c conda-forge wf2wf

Note

The conda-forge package is currently under review. For now, use the PyPI installation method.

Development installΒΆ

git clone https://github.com/csmcal/wf2wf.git && cd wf2wf
pip install -e .[dev]
pre-commit install
pytest -q

Optional extrasΒΆ

  • .[docs] – build documentation

  • .[html] – Markdown β†’ HTML report generation