We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed0463e + eade839 commit 3cf2203Copy full SHA for 3cf2203
1 file changed
README.md
@@ -78,8 +78,19 @@ Installation
78
* [isodate](https://pypi.python.org/pypi/isodate) An ISO 8601 date/time/duration parser and formater
79
* [defusedxml](https://pypi.python.org/pypi/defusedxml) XML bomb protection for Python stdlib modules
80
81
+
82
Review the setup.py file to know the version of the library that python-saml is using
83
84
+### OSX Dependences ###
85
+ * python 2.7
86
+ * libxmlsec1
87
88
+```sh
89
+ # using brew
90
+ brew install libxmlsec1
91
+```
92
93
94
### Code ###
95
96
#### Option 1. Download from github ####
0 commit comments