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

This is the preferred method to install zfit, as it will always install the most recent stable release.

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