blob: eea013be82a17062e8a40ec8ed2e1ee39c08a1f9 [file] [log] [blame]
Julia Hansbroughb65223d2015-04-13 17:30:58 -04001Installation
2============
3
4To install pyOpenSSL::
5
6 $ pip install pyopenssl
7
8If you are installing in order to *develop* on pyOpenSSL, move to the root directory of a pyOpenSSL checkout, and run::
9
10 $ pip install -e .
11
12
13Documentation
14=============
15
16The documentation is written in reStructuredText and built using Sphinx::
17
18 $ cd doc
19 $ make html