gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-auditor] branch master updated: install requirements


From: gnunet
Subject: [GNUnet-SVN] [taler-auditor] branch master updated: install requirements as user
Date: Sat, 31 Aug 2019 15:40:53 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository auditor.

The following commit(s) were added to refs/heads/master by this push:
     new ffbfe90  install requirements as user
ffbfe90 is described below

commit ffbfe901bb434bb5cea9b9b9a2fb55c6f3c4e447
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 31 15:40:38 2019 +0200

    install requirements as user
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]