Skip to content

Commit

Permalink
Merge pull request #362 from Erik-J-D/docs-typo-fix
Browse files Browse the repository at this point in the history
xmlsec package is xmlsec1
  • Loading branch information
Giuseppe De Marco authored Feb 6, 2023
2 parents 8a809c8 + 1e2eb86 commit 91e3516
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 91e3516

Please sign in to comment.