Skip to content
/ pyrk Public
forked from friti/pyrk

Analysis framework for R(J/Psi) analyses

Notifications You must be signed in to change notification settings

rmanzoni/pyrk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyrk

Analysis framework for R(J/Psi) analysis (forked from R(K) analysis)

Installation

To ease dependency tracking this package is meant to run in a conda environment (python 3) First install miniconda following the instructions here.

Then clone this package and install the environment:

git clone --recursive git@github.com:friti/pyrk.git
cd pyrk
conda create --name pyrk python=3.7
conda activate pyrk
conda install six
pip install -r env.pip
conda install -c conda-forge root

You are ready to go! Remember to activate the pyrk environment at each login!

About

Analysis framework for R(J/Psi) analyses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 83.0%
  • Python 17.0%