From 1e2eb8641aa84df729a3ded07c11311d22326003 Mon Sep 17 00:00:00 2001 From: Erik Derohanian Date: Mon, 6 Feb 2023 14:19:38 -0500 Subject: [PATCH] xmlsec package is xmlsec1 --- docs/source/contents/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contents/setup.rst b/docs/source/contents/setup.rst index 42847da3..84b77556 100644 --- a/docs/source/contents/setup.rst +++ b/docs/source/contents/setup.rst @@ -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