:sd_hide_title: true ######## Tutorial ######## Getting started =============== ``peppr`` is a *Python* package for evaluation of molecular structure poses, created by any structure prediction tool, against corresponding reference structures, that represent the perfect *ground truth* for that structure. Installation ------------ `peppr` can be installed from `PyPI `_. .. code-block:: console $ pip install peppr If the installation suceeded you should be able to import `peppr` in *Python* .. code-block:: python import peppr and to use the command line interface .. code-block:: console $ peppr --help Usage ----- As implied above, ``peppr`` can either be used as a command line program or, especially if higher flexibility is required, as a Python package. The following tutorials will illuminate both ways and also show how to extend ``peppr`` with custom metrics. .. grid:: 3 .. grid-item-card:: :link: cli :link-type: doc :text-align: center .. grid:: 2 .. grid-item:: :columns: 2 :class: tutorial-button .. raw:: html .. grid-item:: :columns: 10 Command line .. grid-item-card:: :link: api :link-type: doc :text-align: center .. grid:: 2 .. grid-item:: :columns: 2 :class: tutorial-button .. raw:: html .. grid-item:: :columns: 10 Python API .. grid-item-card:: :link: custom :link-type: doc :text-align: center .. grid:: 2 .. grid-item:: :columns: 2 :class: tutorial-button .. raw:: html .. grid-item:: :columns: 10 Customization .. toctree:: :hidden: :maxdepth: 1 cli api custom