Skip to content

Commit 696ffdf

Browse files
committed
Update README
1 parent 18884b0 commit 696ffdf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Then, create and configure Mamba environment:
4040

4141
```bash
4242
# Clone project:
43-
git clone https://github.com/amorehead/DIPS-Plus
43+
git clone https://github.com/BioinfoMachineLearning/DIPS-Plus
4444
cd DIPS-Plus
4545

4646
# 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
4949

5050
# Install local project as package:
5151
pip3 install -e .
52-
pip3 install -r requirements.txt
5352
```
5453

5554
## Default DIPS-Plus directory structure

0 commit comments

Comments
 (0)