Installation ============ You need a working Python installation with version 3.5 and above. Please visit `python.org `_ , if Python needs to be installed. Using pip --------- Using ``pip`` is the best way to install a package in Python. Just open a terminal/command prompt and execute the following command:: pip install metricfarmer Using sources ------------- If you want to have the latest, not yet released version of Metric-Farmer, you must grab the source code and install it via setuptools. To do so, just follow the following instructions:: git clone https://github.com/useblocks/metricfarmer python setup.py install