Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.12 KB

Pinefarm

Tests Docs

Generate PineAPPL grids from pinecards.

Installation

pinefarm is available via

  • PyPI: PyPI
pip install pinefarm

Please check the online documentation for more detailed instructions.

Documentation

  • The documentation is available here: Docs
  • To build the documentation from source run these commands
poetry shell
cd docs
make html
make view