We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36214d7 + 91e3516 commit b835031Copy full SHA for b835031
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