Skip to content

Commit ea36b1d

Browse files
committed
Minor readme fix to make sure existing package are not reused
1 parent 0320fd4 commit ea36b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To avoid ``libxml2`` library version incompatibilities between ``xmlsec`` and ``
130130

131131
This can be ensured by executing:
132132
```
133-
$ pip install --force-reinstall --no-binary lxml lxml
133+
$ pip install --force-reinstall --no-cache --no-binary lxml xmlsec
134134
```
135135

136136
Security Warning

0 commit comments

Comments
 (0)