summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 3af722f5a2aa0376b7f70126fe99652be4686161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Installation
------------
pyOpenSSL uses distutils.  Use setup.py to install it in the usual way:

  $ python setup.py install --user

Or use pip:

  $ pip install --user .

You can, of course, do

  $ python setup.py --help

or

  $ pip install --help

to find out more about how to use these tools.

Documentation
-------------

The documentation is written in reStructuredText and build using Sphinx.

To build the text, html, postscript or dvi forms of the documentation, this is
what you do:

    cd doc
    # To make the text-only documentation:
    make text
    # To make the dvi form:
    make dvi