From 696ffdfa2505bfdbc761613cc7cd0b1532e1d119 Mon Sep 17 00:00:00 2001 From: Alex Morehead Date: Tue, 23 May 2023 20:36:12 -0500 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 19c2c65..50fdbda 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Then, create and configure Mamba environment: ```bash # Clone project: -git clone https://github.com/amorehead/DIPS-Plus +git clone https://github.com/BioinfoMachineLearning/DIPS-Plus cd DIPS-Plus # Create Conda environment using local 'environment.yml' file: @@ -49,7 +49,6 @@ conda activate DIPS-Plus # Note: One still needs to use `conda` to (de)activate # Install local project as package: pip3 install -e . -pip3 install -r requirements.txt ``` ## Default DIPS-Plus directory structure