From 0f47d1fca5a30ff3fed0b5764988b096a9f93a5e Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Tue, 3 Dec 2019 13:37:50 +0100 Subject: [PATCH] makefile: pip -> pip3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb51f3e..5efbb2d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # '$(PIP_INSTALL)' -PIP_INSTALL = pip install +PIP_INSTALL = pip3 install # '$(GIT_CLONE)' GIT_CLONE = git clone