| 12345678910111213141516171819 |
- 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
|