Installation#
Stable release#
To install the newest stable version of zfit, use pip and run this command in your terminal (recommended to do inside a conda or virtualenv virtual environment):
$ pip install zfit
For conda/mamba, use
conda install -c conda-forge zfit
Cutting edge version#
The cutting edge development version (unstable) can be installed from the Github repo with
$ pip install git+https://github.com/zfit/zfit
You can either clone the public repository:
$ git clone git://github.com/zfit/zfit