Skip to content

Commit bb4a60d

Browse files
authored
docs: include test dependencies when developing pyOpenSSL (#1271)
If someone is running `pip install -e` to develop on pyOpenSSL, presumably they want to be able to run the tests too.
1 parent 5b17340 commit bb4a60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To install pyOpenSSL::
77

88
If you are installing in order to *develop* on pyOpenSSL, move to the root directory of a pyOpenSSL checkout, and run::
99

10-
$ pip install -e .
10+
$ pip install -e .[test]
1111

1212

1313
.. warning::

0 commit comments

Comments
 (0)