File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,15 @@ Users can also use the built-in 3D visualisation tool to explore regions of sign
1717
1818## installation
1919
20- ` ovrlpy ` can be installed from [ PyPI] ( https://pypi.org )
20+ ` ovrlpy ` can be installed from [ PyPI] ( https://pypi.org/project/ovrlpy/ ) or
21+ [ bioconda] ( https://bioconda.github.io/recipes/ovrlpy/README.html )
2122
2223``` bash
24+ # install from PyPI
2325pip install ovrlpy
26+
27+ # or install from bioconda
28+ conda install bioconda::ovrlpy
2429```
2530
2631## quickstart
Original file line number Diff line number Diff line change @@ -20,6 +20,16 @@ ovrlpy can be installed from `PyPI <https://pypi.org/project/ovrlpy>`_ via
2020 pip install ovrlpy
2121
2222
23+ bioconda
24+ --------
25+
26+ ovrlpy can be installed from `bioconda <https://bioconda.github.io/recipes/ovrlpy/README.html >`_ via
27+
28+ .. code-block :: bash
29+
30+ conda install bioconda::ovrlpy
31+
32+
2333 From GitHub
2434-----------
2535
@@ -37,6 +47,7 @@ the repository and then install with ``pip`` as follows
3747
3848
3949 .. _install-tutorial :
50+
4051Interactive tutorials
4152---------------------
4253
You can’t perform that action at this time.
0 commit comments