Skip to content

Commit

Permalink
docs: include test dependencies when developing pyOpenSSL (#1271)
Browse files Browse the repository at this point in the history
If someone is running `pip install -e` to develop on pyOpenSSL,
presumably they want to be able to run the tests too.
  • Loading branch information
davidben committed Nov 30, 2023
1 parent 5b17340 commit bb4a60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit bb4a60d

Please sign in to comment.