File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ This requires having the build requirements installed.
94
94
If you wish to link
95
95
dynamically against a version of libisal installed on your system use::
96
96
97
- PYTHON_ISAL_LINK_DYNAMIC=true pip install isal
97
+ PYTHON_ISAL_LINK_DYNAMIC=true pip install isal --no-binary isal
98
98
99
99
ISA-L is available in numerous Linux distro's as well as on conda via the
100
100
conda-forge channel. Checkout the `ports documentation
@@ -117,9 +117,7 @@ channel. When used with bioinformatics tools setting up `bioconda
117
117
<http://bioconda.github.io/user/install.html#install-conda> `_
118
118
provides a clear set of installation instructions for conda.
119
119
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::
123
121
124
122
conda install python-isal
125
123
You can’t perform that action at this time.
0 commit comments