Skip to content

Commit 91e3516

Browse files
author
Giuseppe De Marco
authored
Merge pull request #362 from Erik-J-D/docs-typo-fix
xmlsec package is xmlsec1
2 parents 8a809c8 + 1e2eb86 commit 91e3516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contents/setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ you will need to set the full path to it in the configuration stage.
1414
Now you can install the djangosaml2 package using pip. This
1515
will also install PySAML2 and its dependencies automatically::
1616

17-
apt install python3-pip xmlsec python3-dev libssl-dev libsasl2-dev
17+
apt install python3-pip xmlsec1 python3-dev libssl-dev libsasl2-dev
1818
pip3 install virtualenv
1919
mkdir djangosaml2_project && cd "$_"
2020
virtualenv -ppython3 env

0 commit comments

Comments
 (0)