Skip to content

Commit 780ecf5

Browse files
niklasmueboeniklasmueboe
authored andcommitted
update install instructions
1 parent 2716fdd commit 780ecf5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2325
pip install ovrlpy
26+
27+
# or install from bioconda
28+
conda install bioconda::ovrlpy
2429
```
2530

2631
## quickstart

docs/source/installation.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
4051
Interactive tutorials
4152
---------------------
4253

0 commit comments

Comments
 (0)