Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2018-11-01 10:28:20 +0300
committerPhilipp Hörist <philipp@hoerist.com>2018-11-01 10:28:20 +0300
commit7d5f1fba5036f3a42027efb87d81a04800957029 (patch)
treec934025d59ebc03f8d1779b1a77a357a20baa406 /win/dev_env.sh
parent1aba2b2d76378a99a7bb54e95c33807bb89bc1a2 (diff)
Windows: Fix dev_env.sh
Diffstat (limited to 'win/dev_env.sh')
-rw-r--r--win/dev_env.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/win/dev_env.sh b/win/dev_env.sh
index 6bd616baf..1ee74baa9 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;