Get the repository via
git clone https://github.com/FelixMetzner/TemplateFitter
or
git clone git@github.com:FelixMetzner/TemplateFitter.git
and install the package with
cd TemplateFitter
pip3 install -e ./
which will also install the requirements.
A first, but not yet completed documentation can be found
here
An example can be found in the examples
directory.
If you want to contribute to this package, please consider using the pre-commit hooks which can be installed by running the following commands:
pip3 install pre-commit
pre-commit install