Skip to content

Commit a906ae9

Browse files
committed
Merge pull request mehcode#1 from AMeng/patch-1
Update install instructions with pre-install step
2 parents 9eaac80 + 6e8d3cd commit a906ae9

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ Check the [test suite](https://github.com/mehcode/python-saml/blob/master/tests/
2929

3030
## Install
3131

32+
### Pre-Install
33+
34+
#### Linux
35+
36+
```sh
37+
apt-get install libxml2-dev libxmlsec1-dev
38+
```
39+
40+
#### Mac
41+
42+
```sh
43+
brew install libxml2 libxmlsec1
44+
```
45+
46+
3247
### Automated
3348

3449
1. **saml** can be installed through `easy_install` or `pip`.

0 commit comments

Comments
 (0)