############### Install HippoUnit ############### Using ``pip``: ``pip install hippounit`` Using ``git`` Install ``git`` and type: ``git clone https://github.com/KaliLab/hippounit.git`` After cloning the repository you can install it by the standard installation method for Python packages: ``sudo python setup.py install`` or as a user ``python setup.py install --user``