Skip to content

Commit cb56d48

Browse files
committed
Give correct dynamic link install command
1 parent 22e2eb3 commit cb56d48

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ This requires having the build requirements installed.
9494
If you wish to link
9595
dynamically against a version of libisal installed on your system use::
9696

97-
PYTHON_ISAL_LINK_DYNAMIC=true pip install isal
97+
PYTHON_ISAL_LINK_DYNAMIC=true pip install isal --no-binary isal
9898

9999
ISA-L is available in numerous Linux distro's as well as on conda via the
100100
conda-forge channel. Checkout the `ports documentation
@@ -117,9 +117,7 @@ channel. When used with bioinformatics tools setting up `bioconda
117117
<http://bioconda.github.io/user/install.html#install-conda>`_
118118
provides a clear set of installation instructions for conda.
119119

120-
python-isal is available on conda-forge and can be installed with
121-
122-
.. code-block::
120+
python-isal is available on conda-forge and can be installed with::
123121

124122
conda install python-isal
125123

0 commit comments

Comments
 (0)