From 3f50d9da281ee82857d2148ea0a22d2e48ab89a8 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Thu, 19 Aug 2021 14:44:41 +0100 Subject: [PATCH] explicitly use pip3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33beaf9..f42fe9d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ install: cp notes2web.py /usr/local/bin - pip install -r requirements.txt + pip3 install -r requirements.txt mkdir -p /opt/notes2web cp -r templates /opt/notes2web cp styles.css /opt/notes2web