From ca5b2c4115074bcf85839fc46b5f0bbe590fc178 Mon Sep 17 00:00:00 2001 From: jeandut Date: Thu, 24 Oct 2024 11:38:35 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b72ab6c..eddf467 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ conda activate fedeca Within the environment, install the package by running: ``` git clone https://github.com/owkin/fedeca.git +cd fedeca pip install -e ".[all_extra]" ```