From f4d63bd2bfd15c0ea4b3e3d2a26115fa25864ce5 Mon Sep 17 00:00:00 2001 From: Max Value Date: Thu, 25 Dec 2025 22:19:57 +0000 Subject: [PATCH] added dialer package to makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1677284..4d74341 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,5 @@ all : .venv/touchfile .venv/touchfile : requirements.txt python -m venv .venv .venv/bin/python -m pip install -r requirements.txt + .venv/bin/python -m pip install . touch .venv/touchfile -- 2.39.2