Skip to content

Commit cd9861b

Browse files
committed
Update docs to recommend latest lxml (4.2.5) for windows
1 parent a572cee commit cd9861b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ If you have installed pip then run::
7373

7474
This assumes that there are wheel files available for the latest lxml release.
7575
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
76+
install lxml 4.2.5 since that release should have the wheel files for all
7777
platforms::
7878

79-
pip install lxml==3.7.3 zeep
79+
pip install lxml==4.2.5 zeep
8080

8181

8282
When you want to use wsse.Signature() you will need to install the python

0 commit comments

Comments
 (0)