IceAct / pyiceact

Python Module for iceact data analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyiceact

Python Module for iceact data analysis

Installation

We need the pyeventio package, which is currently not on PyPI. Install first:

pip install https://github.com/fact-project/pyeventio/archive/v0.2.1.tar.gz

Then install this package:

pip install https://github.com/IceAct/pyiceact/archive/master.zip

Developing

If you want to develop, clone the repo and run

pip install -e .

inside, this will install the package in developement mode, so changes to the source file take effect without having to reinstall the module.

About

Python Module for iceact data analysis

License:MIT License


Languages

Language:Python 100.0%