Skip to content

Commit

Permalink
Minor readme fix to make sure existing package are not reused
Browse files Browse the repository at this point in the history
  • Loading branch information
AvnerCohen committed Oct 21, 2024
1 parent 0320fd4 commit ea36b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ To avoid ``libxml2`` library version incompatibilities between ``xmlsec`` and ``

This can be ensured by executing:
```
$ pip install --force-reinstall --no-binary lxml lxml
$ pip install --force-reinstall --no-cache --no-binary lxml xmlsec
```

Security Warning
Expand Down

0 comments on commit ea36b1d

Please sign in to comment.