pineappl_cli 1.4.1

Read, write, and query PineAPPL grids
docs.rs failed to build pineappl_cli-1.4.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Rust crates.io

PineAPPL CLI

This is the command-line interface (CLI) to pineappl.

Installation

The easiest way to install pineappl CLI is to download the pre-built binaries, for example using pip:

pip install pineappl-cli

or using the installation script (see this guide for more details):

curl --proto '=https' --tlsv1.2 -sSf https://nnpdf.github.io/pineappl/install-cli.sh | sh

Alternatively, the CLI can be installed in a development mode by running the following command in the root of the repository:

cargo install pineappl_cli

Documentation

A good starting point to learn what pineappl can do is the [CLI tutorial]. For more information, see:

  • CLI tutorial: a tutorial on how to use the pineappl CLI interface.
  • CLI reference: a reference for the different parameters of the CLI.