blob: eea013be82a17062e8a40ec8ed2e1ee39c08a1f9 [file] [log] [blame]
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