Skip to content

Commit

Permalink
xmlsec package is xmlsec1
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-J-D committed Feb 6, 2023
1 parent 8a809c8 commit 1e2eb86
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 1e2eb86

Please sign in to comment.