Skip to content

NNPDF/pinefarm

Repository files navigation

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