Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jppy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
km3py
jppy
Commits
75c4f2b5
Commit
75c4f2b5
authored
5 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
4a6481c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#8878
failed
5 years ago
Stage: build
Stage: test
Stage: doc
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+10
-3
10 additions, 3 deletions
README.rst
with
10 additions
and
3 deletions
README.rst
+
10
−
3
View file @
75c4f2b5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment