From aa43ef1ab3dfcd8d2a34b30678fa4418ca8f863c Mon Sep 17 00:00:00 2001 From: KerekesDavid Date: Fri, 27 Sep 2024 12:23:06 +0200 Subject: [PATCH] Install as nodep, no build isolation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52f5377f..ecd4f598 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,9 @@ We provide several ways to install the dependencies. pip install -r requirements.txt ``` - **Then install the code repository as a package** + **Then install the code repository as a development package** ``` - pip install -e . + pip install --no-build-isolation --no-deps -e . ```