From 7e1b4af287b4aeb7428cd02239853b793fb60ab4 Mon Sep 17 00:00:00 2001 From: Shettland Date: Tue, 15 Oct 2024 13:55:21 +0200 Subject: [PATCH] Updated new pip instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da5522a9..dddebc62 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ BU-ISCIII provides a serie or services in its portfolio for supporting bioinform ```bash micromamba create -n buisciii -f environment.yml micromamba activate buisciii -pip install --force-reinstall --upgrade git+https://github.com/bu-isciii/buisciii-tools.git@main +pip install buisciii-tools ``` or @@ -40,7 +40,7 @@ or git checkout main conda create -n buisciii -f environment.yml conda activate -pip install . +pip install buisciii-tools ``` ### Dev version