Skip to content

grand-mother/grand

Repository files navigation

grand package workflow codecov docs appimage

Core Python 3 package for the offline software of the GRAND Collaboration.

Environment

GRAND library can be used under docker to define a correct environment, read GRAND_wiki for more information, else you must install ROOT library and compile TURTLE and GULL library under your computer.

Don't forget to initialize grand library before use it with script env/setup.sh only in the root of the package

$ git clone https://github.com/grand-mother/grand.git
$ cd grand
$ source env/setup.sh

Documentation -----------

Check the online documentation for further details.

How to contribute

Issues can be reported on GitHub.

You can also contribute back to the code with Pull Requests PR. Note that you first need to fork and clone this repository. On Linux a development environment is provided. See env/readme.md, a docker environnement is provided.

License

The GRAND software is distributed under the LGPL-3.0 license. See the provided LICENSE and COPYING.LESSER files.