From 73b556de2a8f110fa2a4b90ff888f98a276f991d Mon Sep 17 00:00:00 2001
From: Marko Mecina <marko.mecina@univie.ac.at>
Date: Tue, 16 Aug 2022 14:55:17 +0200
Subject: [PATCH] update top level Makefile

---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index b7b7b38..fae3cac 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-.PHONY: install-confignator ccs-storage codeblockreusefeature install-testlib
+.PHONY: install-confignator install-confignator-userspace ccs-storage codeblockreusefeature install-testlib
 
 all: install build-pc
 
-install: install-confignator ccs-storage codeblockreusefeature install-testlib
+install: install-python-requirements install-confignator-userspace ccs-storage codeblockreusefeature
 
 databases: ccs-storage codeblockreusefeature
 
@@ -54,7 +54,7 @@ install-python-env:
 	@echo "+-----------------------------+"
 	@echo "| installing Python modules   |"
 	@echo "+-----------------------------+"
-	    python -m pip install --user --upgrade numpy scipy matplotlib cairocffi mysqlclient sqlalchemy wheel sphinx sphinx_rtd_theme astropy crcmod psutil
+	    python -m pip install --user -U numpy scipy matplotlib cairocffi mysqlclient sqlalchemy wheel sphinx sphinx_rtd_theme astropy crcmod psutil
 	@echo "+-----------------------------+"
 	@echo "| installed Python modules    |"
 	@echo "+-----------------------------+"
@@ -64,7 +64,7 @@ install-python-requirements:
 	@echo "+-----------------------------+"
 	@echo "| installing Python modules   |"
 	@echo "+-----------------------------+"
-	    pip install -U -r $(CURDIR)/requirements.txt
+	    pip install --user -U -r $(CURDIR)/requirements.txt
 	@echo "+-----------------------------+"
 	@echo "| installed Python modules    |"
 	@echo "+-----------------------------+"
-- 
GitLab