We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18884b0 commit 696ffdfCopy full SHA for 696ffdf
README.md
@@ -40,7 +40,7 @@ Then, create and configure Mamba environment:
40
41
```bash
42
# Clone project:
43
-git clone https://github.com/amorehead/DIPS-Plus
+git clone https://github.com/BioinfoMachineLearning/DIPS-Plus
44
cd DIPS-Plus
45
46
# 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
49
50
# Install local project as package:
51
pip3 install -e .
52
-pip3 install -r requirements.txt
53
```
54
55
## Default DIPS-Plus directory structure
0 commit comments