From 1162a1c8c9e3423a0bcd08f9f0d19b162bc89b19 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky Date: Tue, 1 Oct 2024 03:50:46 +0200 Subject: [PATCH] make install: update setuptools, too --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b9bd15b..534a9f1 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ help: # Install with pip install: + pip install -U setuptools pip pip install . # Downloads the pre-trained models from qurator-data.de