From 7fec060040dec6d6e308d7e51f94c17d3460c567 Mon Sep 17 00:00:00 2001
From: JocelynDelalande <jocelyn@crapouillou.net>
Date: Fri, 8 Jun 2018 22:39:31 +0000
Subject: [PATCH] Add missing dependency
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Without that, starting from a debian « naked » system,  it will fail at the `pip install wheel` stage.
---
 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 b3691ac1..b5492080 100644
--- a/docs/installation/debian.rst
+++ b/docs/installation/debian.rst
@@ -23,7 +23,7 @@ default on system. You can install them using:
 .. code-block:: shell
 
     sudo apt-get update
-    sudo apt-get install curl python3-venv git unzip
+    sudo apt-get install curl python3-pip python3-venv git unzip
 
 
 Layout
-- 
GitLab