From 2eb7cee65905f7b088851bf30f17790c44099c4b Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Fri, 22 Mar 2024 12:29:18 +0530 Subject: [PATCH] chore: otk venv --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72cabbcfb1..7a9e4ff09e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ venv: virtualenv --python=python venv install: venv - . venv/bin/activate; pip install . + pip install . test-install: install . venv/bin/activate; pip install -r tests/requirements.txt