summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Hui <isaachui89@gmail.com>2020-01-15 16:37:49 -0800
committerIsaac Hui <isaachui89@gmail.com>2020-01-15 16:37:49 -0800
commitacf2a3e018938ead60abfd60f3d3302d1082f0df (patch)
tree1e1d0651607f603b5f3924283db8127a0eba35c6
parentf27c7e7a7010f83380566a219fd6a290a00f2b6e (diff)
downloadpysaml2-acf2a3e018938ead60abfd60f3d3302d1082f0df.tar.gz
adding centos 7 install for xmlsec instructions
-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..09e087d2 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