Installation

Binary installation

Note

Clover uses java (and JPype). Make sure your JAVA_HOME environment variable is set before installation and during operation.

Installing from pip:

pip install clover

Installing from source

Checkout from source:

hg clone https://code.google.com/p/clover/

Build:

make

Clover can be run with the included shell script named clover.

Installing into the system

Follow the steps as outlined in Installing from source.

Change into the python directory and use python setup.py install to install the package.