Skip to content

Commit

Permalink
Merge pull request #363 from IdentityPython/dev
Browse files Browse the repository at this point in the history
typo: [Documentation] xmlsec1
  • Loading branch information
Giuseppe De Marco authored Feb 6, 2023
2 parents 36214d7 + 91e3516 commit b835031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contents/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ you will need to set the full path to it in the configuration stage.
Now you can install the djangosaml2 package using pip. This
will also install PySAML2 and its dependencies automatically::

apt install python3-pip xmlsec python3-dev libssl-dev libsasl2-dev
apt install python3-pip xmlsec1 python3-dev libssl-dev libsasl2-dev
pip3 install virtualenv
mkdir djangosaml2_project && cd "$_"
virtualenv -ppython3 env
Expand Down

0 comments on commit b835031

Please sign in to comment.