INSTALL.rst 351 B

12345678910111213141516171819
  1. Installation
  2. ============
  3. To install pyOpenSSL::
  4. $ pip install pyopenssl
  5. If you are installing in order to *develop* on pyOpenSSL, move to the root directory of a pyOpenSSL checkout, and run::
  6. $ pip install -e .
  7. Documentation
  8. =============
  9. The documentation is written in reStructuredText and built using Sphinx::
  10. $ cd doc
  11. $ make html