[](https://github.com/NNPDF/pineappl/actions?query=workflow%3ARust)
[](https://crates.io/crates/pineappl_cli)
# PineAPPL CLI
This is the command-line interface (CLI) to [`pineappl`](https://crates.io/crates/pineappl).
# Installation
The easiest way to install `pineappl` CLI is to download the pre-built binaries, for
example using `pip`:
```sh
pip install pineappl-cli
```
or using the installation script (see this [guide](https://nnpdf.github.io/pineappl/docs/installation.html)
for more details):
```sh
Alternatively, the CLI can be installed in a development mode by running the following
command in the root of the repository:
```sh
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](https://nnpdf.github.io/pineappl/docs/cli-tutorial.html): a tutorial
on how to use the `pineappl` CLI interface.
- [CLI reference](https://nnpdf.github.io/pineappl/docs/cli-reference.html): a reference
for the different parameters of the CLI.