# Installation ## Requirements - Python 3.9 or higher - HAProxy binary (must be available on your system) ## Install HttpHound ### From Source ```bash git clone https://gitlab.wikimedia.org/repos/sre/httphound.git cd httphound pip install -e . ``` ### With Development Dependencies ```bash pip install -e ".[dev,docs]" ``` ## Verify Installation ```bash httphound --help ``` ## Install HAProxy ### Debian ```bash sudo apt-get install haproxy ```