summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2012-05-23 18:56:51 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2012-05-23 18:56:51 +0200
commit1d7b2964d16b5c4443a3e7037d1bffe281726fc6 (patch)
treef191828115e6f89419cb8c2b34652546bab37889 /INSTALL
downloadpysaml2-1d7b2964d16b5c4443a3e7037d1bffe281726fc6.tar.gz
Initial add0.4.2
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL27
1 files changed, 27 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 00000000..92cfb2a1
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,27 @@
+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/
+
+You may also need:
+
+ mako
+ memcached
+ python-memcache
+
+Apart from that a normal
+
+ python setup.py install
+
+will install the package.