From 2b24f19dd88f92cb4623d0fc636ac9fcfd053b7f Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Mon, 10 Dec 2018 16:24:28 +0100 Subject: [PATCH] Document additionnal apt packages that are needed for debian install --- docs/installation/debian.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst index c63d9e1d2..ba0bc2756 100644 --- a/docs/installation/debian.rst +++ b/docs/installation/debian.rst @@ -22,7 +22,7 @@ default on system. On Debian-like systems, you can install them using: .. code-block:: shell sudo apt-get update - sudo apt-get install curl python3-pip python3-venv git unzip + sudo apt-get install curl python3-pip python3-venv git unzip libldap2-dev libsasl2-dev On Arch Linux and its derivatives: