We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4daeaf2 commit 5b38cf2Copy full SHA for 5b38cf2
1 file changed
README.md
@@ -15,10 +15,10 @@ This library contains many functions and methods I use again and again in differ
15
## Installation
16
```
17
# minimal
18
-pip install "maayanlab_bioinformatics@git+https://github.com/Maayanlab/maayanlab-bioinformatics.git"
+pip install "maayanlab-bioinformatics@git+https://github.com/Maayanlab/maayanlab-bioinformatics.git"
19
20
# complete
21
-pip install "maayanlab_bioinformatics[all]@git+https://github.com/Maayanlab/maayanlab-bioinformatics.git"
+pip install "maayanlab-bioinformatics[all]@git+https://github.com/Maayanlab/maayanlab-bioinformatics.git"
22
# [OPTIONAL] for some R functionality like limma_voom & filter_by_expr
23
python -m maayanlab_bioinformatics.setup.R
24
0 commit comments