2. Install HippoUnit¶
Using pip:
pip install hippounit
Using git
Install
gitand type:
git clone https://github.com/KaliLab/hippounit.gitAfter cloning the repository you can install it by the standard installation method for Python packages:
sudo python setup.py installor as a user
python setup.py install --user