Dependencies • Installation • Future features
This package requires numpy, uproot, matplotlib and scipy. It also requires a working installation of the data analysis framework ROOT.
The package is not on PyPI. To install, clone this repository and install it with pip:
git clone https://github.com/tch285/sprout.git
cd sprout
python3 -m pip install .If you plan on developing, install instead with the -e option: python3 -m pip install -e .
Warning
You can also use the create_modulefile.sh script to create a modulefile for this package. It should work but just installing with pip instead is recommended.
To be updated...