summaryrefslogtreecommitdiff
path: root/INSTALL
blob: c846abffd97ec57db78f38a001dc5b3f71892c05 (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
You need repoze.who to get the examples working, can be gotten through
easy_install

    easy_install "repoze.who=1.0.16"

!! 2.0 or newer are missing the form plugin which is used in some instances

Or from the PyPI site if you prefer to do it that way.
Likewise for pyasn1.

You should get the latest version, which is right now 1.0.18 .

You also need xmlsec, which you can find here:

    http://www.aleksey.com/xmlsec/

On Ubuntu and Debian:

    sudo apt install xmlsec1

You may also need:

 mako
 memcached
 python-memcache

Apart from that a normal

    python setup.py install

will install the package.