From fc65765be045ca4bf15511ae7d92f2fc3f65dfd8 Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Wed, 2 Oct 2024 16:35:04 +0400 Subject: [PATCH] always install interactively --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ead865cb1..ce83eed85 100755 --- a/install.sh +++ b/install.sh @@ -2,4 +2,4 @@ python3 -m venv .venv source .venv/bin/activate -pip install . +pip install -e .