You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ Installation
88
88
89
89
* python 2.7 // python 3.6
90
90
*[xmlsec](https://pypi.python.org/pypi/xmlsec) Python bindings for the XML Security Library.
91
+
*[lxml](https://pypi.python.org/pypi/lxml) Python bindings for the libxml2 and libxslt libraries.
91
92
*[isodate](https://pypi.python.org/pypi/isodate) An ISO 8601 date/time/
92
93
duration parser and formatter
93
94
@@ -115,6 +116,14 @@ $ pip install python3-saml
115
116
116
117
If you want to know how a project can handle python packages review this [guide](https://packaging.python.org/en/latest/tutorial.html) and review this [sampleproject](https://github.com/pypa/sampleproject)
117
118
119
+
#### NOTE ####
120
+
To avoid ``libxml2`` library version incompatibilities between ``xmlsec`` and ``lxml`` it is recommended that ``lxml`` is not installed from binary.
0 commit comments