summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2018-11-19 19:30:26 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2018-11-19 19:30:26 +0200
commit1ff0679fa9ae040af3418d9c959a29e67d697ffc (patch)
tree476f42599d335073994530f49a0b3922c2080643
parent9a900c5e6c02770a5f78dc4dd0472ab647cd6b6f (diff)
downloadpysaml2-1ff0679fa9ae040af3418d9c959a29e67d697ffc.tar.gz
Mention Debian
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 66e96746..c846abff 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-You need repoze.who to get the examples working, can be gotten through
+You need repoze.who to get the examples working, can be gotten through
easy_install
easy_install "repoze.who=1.0.16"
@@ -14,7 +14,7 @@ You also need xmlsec, which you can find here:
http://www.aleksey.com/xmlsec/
-On Ubuntu:
+On Ubuntu and Debian:
sudo apt install xmlsec1
@@ -23,9 +23,9 @@ You may also need:
mako
memcached
python-memcache
-
+
Apart from that a normal
-
+
python setup.py install
will install the package.