From 93168b60dc960e91123a871285a60a0f619ee8fb Mon Sep 17 00:00:00 2001 From: research11111 <146826974+research11111@users.noreply.github.com> Date: Sun, 15 Oct 2023 12:57:23 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4e433e..c79e192 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ biodeg test -m /tmp/e.pt -i data/data/All-Public_dataset_Mordred_tail_10.csv ```bash conda create -n biodeg python=3.11 && \ conda activate biodeg && \ - pip install -e . && \ - pip install poetry + pip install poetry && \ + poetry install --no-root && \ + pip install -e . ``` #### Build ```bash