summaryrefslogtreecommitdiff
path: root/INSTALL.rst
blob: eea013be82a17062e8a40ec8ed2e1ee39c08a1f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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