We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a809c8 + 1e2eb86 commit 91e3516Copy full SHA for 91e3516
docs/source/contents/setup.rst
@@ -14,7 +14,7 @@ you will need to set the full path to it in the configuration stage.
14
Now you can install the djangosaml2 package using pip. This
15
will also install PySAML2 and its dependencies automatically::
16
17
- apt install python3-pip xmlsec python3-dev libssl-dev libsasl2-dev
+ apt install python3-pip xmlsec1 python3-dev libssl-dev libsasl2-dev
18
pip3 install virtualenv
19
mkdir djangosaml2_project && cd "$_"
20
virtualenv -ppython3 env
0 commit comments