From 425822e38e6b2054a8cb7cafd38ee1cc6aac5479 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Thu, 16 Jan 2020 16:47:52 +0000
Subject: [PATCH] Apply suggestion to docs/installation_instructions.md

---
 docs/installation_instructions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation_instructions.md b/docs/installation_instructions.md
index 2a5e1e641..501e739e8 100644
--- a/docs/installation_instructions.md
+++ b/docs/installation_instructions.md
@@ -47,7 +47,7 @@ guide][https://openappstack.net/contact.html).
 * A trusted machine to run the installer on (we call this the `provisioning
   machine`). All the commands listed in these instructions should be run on the
   provisioning machine, unless specified otherwise.
-  * You need Python 3 and Git installed (`apt install python3 git`)
+  * You need Python 3 with it's development files, Pip and Git installed (`apt install python3-pip python3-dev git`)
   * We recommend using a [python virtualenv](https://docs.python.org/3/tutorial/venv.html)
     to make sure we do not change any of your other projects. Install virtualenv
     by running `pip3 install --user venv` or `apt install python3-venv`
-- 
GitLab