Add some installation information, if it can help s.o.

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christophe Jaillet
2021-12-18 11:31:03 +00:00
parent ed2112d21c
commit 167dd6f43f

View File

@ -3,6 +3,18 @@ Apache httpd pytest suite
Using pytest (<https://docs.pytest.org/en/6.2.x/>) and a Python >= 3.8
for a more flexible testing of Apache httpd.
Install
-------
If not already installed, you will need to install 'pytest' and 'OpenSSL' for
python:
> apt install python3-pip
> pip install -U pytest
> pip install -U pyopenssl
And for 'h2load':
> apt install nghttp2-client
Usage
-----
In your httpd source checkout, do: