.. _installation: ############ 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 .. _source-install: 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 :ref:`source-install`. Change into the python directory and use ``python setup.py install`` to install the package.