installation.md 454 B

Installation

Requirements

  • Python 3.9 or higher
  • HAProxy binary (must be available on your system)

Install HttpHound

From Source

git clone https://gitlab.wikimedia.org/repos/sre/httphound.git
cd httphound
pip install -e .

With Development Dependencies

pip install -e ".[dev,docs]"

Verify Installation

httphound --help

Install HAProxy

Debian

sudo apt-get install haproxy