summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2020-01-16 10:04:11 +0200
committerGitHub <noreply@github.com>2020-01-16 10:04:11 +0200
commitef188d0ae4accdd9bfe4c751358ff1ac6854afdd (patch)
treeeb02f4fc72b4bef7a16fabe284f27421a29a25c1
parentf27c7e7a7010f83380566a219fd6a290a00f2b6e (diff)
parent130e0b8e41edf109d32a399c035fe06a3076ad1e (diff)
downloadpysaml2-ef188d0ae4accdd9bfe4c751358ff1ac6854afdd.tar.gz
Merge pull request #661 from isaachui/master
Adding documentation regarding installation of xmlsec1 on centos/rhel 7
-rw-r--r--docs/install.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/install.rst b/docs/install.rst
index b5a568f7..6c0a2db2 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -25,6 +25,10 @@ You also need xmlsec1 which you can download from http://www.aleksey.com/xmlsec/
If you're on macOS, you can get xmlsec1 installed from MacPorts or Fink.
+If you're on rhel/centos 7 you will need to install xmlsec1 and xmlsec1-openssl::
+
+ yum install xmlsec1 xmlsec1-openssl
+
Depending on how you are going to use PySAML2 you might also need
* Mako