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.
1 parent a572cee commit cd9861bCopy full SHA for cd9861b
docs/index.rst
@@ -73,10 +73,10 @@ If you have installed pip then run::
73
74
This assumes that there are wheel files available for the latest lxml release.
75
If that is not the case (https://pypi.python.org/pypi/lxml/) then first
76
-install lxml 3.7.3 since that release should have the wheel files for all
+install lxml 4.2.5 since that release should have the wheel files for all
77
platforms::
78
79
- pip install lxml==3.7.3 zeep
+ pip install lxml==4.2.5 zeep
80
81
82
When you want to use wsse.Signature() you will need to install the python
0 commit comments