From 95d54808a59886f1f07c96a6d44edba4c2821b5b Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 14 Sep 2023 02:01:45 -0400 Subject: [PATCH] Upgrade pip for editable installs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e293b2d..e930609 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ update.vendor: cd vendor/llama.cpp && git pull origin master deps: - python3 -m pip install pip + python3 -m pip install --upgrade pip python3 -m pip install -e ".[all]" build: