From 913160b9e03a8b25847998488c0a3107230e78cb Mon Sep 17 00:00:00 2001
From: Denis Abdulkerimov <denis.abdulkerimov@demlabs.net>
Date: Fri, 10 Apr 2020 12:40:40 +0000
Subject: [PATCH] Update README.md

---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fb20862e..22ad2cce 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,15 @@
 # python-cellframe
 
+## Prerequisites
+To install, you must have Python3.7 including pip and a scikit-build.
+sudo apt-get install pip3
+If there is a problem on Debian buster 
+"unknown system group 'Debian-exim' in statoverride file; the system group got removed"
+Use the following command to fix it
+dpkg-statoverride --remove /etc/exim4/passwd.client
+Now repeat sudo apt-get install pip3
+
 ## Build and Run tests:
-To install, you must have Python3.7 and a scikit-build.
 ```
 git clone https://gitlab.demlabs.net/cellframe/python-cellframe.git
 cd python-cellframe
-- 
GitLab