From a46b65e913475ca67bd3de24cefeaccc41a2c094 Mon Sep 17 00:00:00 2001
From: Markus Scheidgen <markus.scheidgen@gmail.com>
Date: Wed, 10 Apr 2019 13:47:16 +0200
Subject: [PATCH] Added pip/setuptools update to README.

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 914f024fcd..9b5234c7eb 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,8 @@ source .pyenv/bin/activate
 Third, install the development dependencies, including the documentation system
 [sphinx](http://www.sphinx-doc.org/en/master/index.html):
 ```
+pip install --upgrade pip
+pip install --upgrade setuptools
 pip install -r requirements.txt
 ```
 
-- 
GitLab