API to retrieve defects, QAQC variable and generate good run lists¶
Installation¶
It is recommended to first create an isolated virtualenvironment to not interfere with other Python projects:
git clone https://git.km3net.de/btrocme/km3dq_grl
cd km3dq_grl
python3 -m venv venv
. venv/bin/activate
Install directly from the Git server via pip
(no cloneing needed):
pip install git+https://git.km3net.de/btrocme/km3dq_grl
Or clone the repository and run:
make install
To install all the development dependencies, in case you want to contribute or run the test suite:
make install-dev
make test
—
Created with ``cookiecutter https://git.km3net.de/templates/python-project``