Skip to content

Commit 3cf2203

Browse files
committed
Merge pull request #138 from AvnerCohen/osx_install
Docs for OS X installation of libsecxml1
2 parents ed0463e + eade839 commit 3cf2203

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,19 @@ Installation
7878
* [isodate](https://pypi.python.org/pypi/isodate) An ISO 8601 date/time/duration parser and formater
7979
* [defusedxml](https://pypi.python.org/pypi/defusedxml) XML bomb protection for Python stdlib modules
8080

81+
8182
Review the setup.py file to know the version of the library that python-saml is using
8283

84+
### OSX Dependences ###
85+
* python 2.7
86+
* libxmlsec1
87+
88+
```sh
89+
# using brew
90+
brew install libxmlsec1
91+
```
92+
93+
8394
### Code ###
8495

8596
#### Option 1. Download from github ####

0 commit comments

Comments
 (0)