diff --git a/test/README.pytest b/test/README.pytest index 01fd289058..5949e12b82 100644 --- a/test/README.pytest +++ b/test/README.pytest @@ -3,6 +3,18 @@ Apache httpd pytest suite Using pytest () 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: