From c0d67e4c22ca240baf9a791e846a933cb5cffbd6 Mon Sep 17 00:00:00 2001 From: Gros Frumos Date: Mon, 16 Mar 2026 20:46:55 +0200 Subject: [PATCH] =?UTF-8?q?kin:=20KIN-INFRA-001=20=D0=97=D0=B0=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=82=D1=8C=20`pip`=20=D0=BD=D0=B0=20`python=20-m?= =?UTF-8?q?=20pip`=20=D0=B2=20Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24d27ac..ae86072 100644 --- a/Makefile +++ b/Makefile @@ -32,5 +32,5 @@ test: cd $(FRONTEND_DIR) && npm run test deploy: build-frontend - pip install -r requirements.txt + python -m pip install -r requirements.txt $(MAKE) serve