From c9fb1c3da5b4d0740006b65b13a4c0c3ec37b8b2 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Fri, 22 Mar 2024 12:31:48 +0530 Subject: [PATCH] chore: otk venv --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03bba25..2401be8 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ venv: virtualenv --python=python venv install: venv - . venv/bin/activate; pip install -r requirements.txt + pip install -r requirements.txt test: . venv/bin/activate; python -m unittest discover -v