We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eaac80 + 6e8d3cd commit a906ae9Copy full SHA for a906ae9
1 file changed
README.md
@@ -29,6 +29,21 @@ Check the [test suite](https://github.com/mehcode/python-saml/blob/master/tests/
29
30
## Install
31
32
+### Pre-Install
33
+
34
+#### Linux
35
36
+ ```sh
37
+ apt-get install libxml2-dev libxmlsec1-dev
38
+ ```
39
40
+#### Mac
41
42
43
+ brew install libxml2 libxmlsec1
44
45
46
47
### Automated
48
49
1. **saml** can be installed through `easy_install` or `pip`.
0 commit comments