Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 351 Bytes

INSTALL.rst

File metadata and controls

19 lines (11 loc) · 351 Bytes

Installation

To install pyOpenSSL:

$ pip 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 .

Documentation

The documentation is written in reStructuredText and built using Sphinx:

$ cd doc
$ make html