Skip to content

Commit b835031

Browse files
author
Giuseppe De Marco
authored
Merge pull request #363 from IdentityPython/dev
typo: [Documentation] xmlsec1
2 parents 36214d7 + 91e3516 commit b835031

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)