summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-31 15:40:38 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-31 15:40:49 +0200
commitffbfe901bb434bb5cea9b9b9a2fb55c6f3c4e447 (patch)
treed14a47454db9579b8297f81437a2d7c87191fdea
parent26c8a7cbd76d210f6db69f55f826dee2aab96ab8 (diff)
downloadauditor-ffbfe901bb434bb5cea9b9b9a2fb55c6f3c4e447.tar.gz
auditor-ffbfe901bb434bb5cea9b9b9a2fb55c6f3c4e447.tar.bz2
auditor-ffbfe901bb434bb5cea9b9b9a2fb55c6f3c4e447.zip
install requirements as user
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 717eef7..6992536 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ all: locale template
# cd web-common && $(TSC)
requirements:
- pip3 install -r requirements.txt
+ pip3 install --user -r requirements.txt
# Extract translateable strings from jinja2 templates.
locale/messages.pot: requirements *.j2 # common/*.j2 common/*.j2.inc