Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 787 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 787 Bytes

TemplateFitter

Installation

Get the repository via

git clone https://github.com/FelixMetzner/TemplateFitter

or

git clone [email protected]:FelixMetzner/TemplateFitter.git

and install the package with

cd TemplateFitter
pip3 install -e ./

which will also install the requirements.

Documentation

A first, but not yet completed documentation can be found here

Example

An example can be found in the examples directory.

Development

Pre-Commit Hooks

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