diff --git a/INSTALL.rst b/INSTALL.rst index 0263485a..2ab83d1b 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -7,7 +7,7 @@ To install pyOpenSSL:: If you are installing in order to *develop* on pyOpenSSL, move to the root directory of a pyOpenSSL checkout, and run:: - $ pip install -e . + $ pip install -e .[test] .. warning::