Skip to content
Snippets Groups Projects
Commit 75c4f2b5 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update README

parent 4a6481c0
No related branches found
No related tags found
No related merge requests found
Pipeline #8878 failed
......@@ -10,8 +10,8 @@ The jppy Python package
This software provides Python access to functionalities in Jpp, like accessing
PDF functions.
It currently depends on a few Jpp headers (no Jpp compilation needed) and on
ROOT ``TMath`` (a compiled ROOT installation is needed).
It currently depends on a few Jpp headers (no Jpp compilation needed), make
sure the ``$JPP_DIR`` is pointing to the Jpp directory.
**Note:** Beware that this package is WIP!
......@@ -24,7 +24,14 @@ contains the latest release of ``jppy``::
module load jpp/master
The package can be installed via ``pip``::
Before installing manually, make sure the ``$JPP_DIR`` environment variable
is pointing to the Jpp directory. Only the headers of Jpp are needed,
no compilation! For the sake of completeness, here is how to do it::
git clone --recursive git@git.km3net.de:common/jpp.git
export JPP_DIR=$(pwd)/jpp
The package can then be installed via ``pip``::
pip install jppy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment