From 9069b844fa8f098bade27cbce8b8d41aa3a21543 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <philipp@hoerist.com>
Date: Thu, 1 Nov 2018 08:28:20 +0100
Subject: [PATCH] Windows: Fix dev_env.sh

---
 win/dev_env.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/win/dev_env.sh b/win/dev_env.sh
index 6bd616baf6..1ee74baa90 100644
--- a/win/dev_env.sh
+++ b/win/dev_env.sh
@@ -29,3 +29,9 @@ cssutils
 qrcode
 precis-i18n
 "
+
+pip3 install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
+
+}
+
+main;
-- 
GitLab