From cb7aa5a642156f430f054e4ebbf944e2eeb7f7fd 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 af41ef546..fae23ad9c 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: