]> OzVa Git service - conf-dialer/commitdiff
added dialer package to makefile
authorMax Value <greenwoodw50@gmail.com>
Thu, 25 Dec 2025 22:19:57 +0000 (22:19 +0000)
committerMax Value <greenwoodw50@gmail.com>
Thu, 25 Dec 2025 22:19:57 +0000 (22:19 +0000)
Makefile

index 16772843cb5d0bc0005d5bf64f3619adb6e47f79..4d74341b56ca2e13485bb9861253f5a0aaec8185 100644 (file)
--- 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