Skip to content

Commit 9bbc89a

Browse files
committed
slightly updated README order
1 parent 596f73a commit 9bbc89a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,17 @@ Python-isal can be installed with::
5151

5252
pip install isal
5353

54-
This will include a staticallly linked version of isa-l. If you wish to link
55-
dynamically against a version of libisal installed on your system use::
56-
57-
PYTHON_ISAL_LINK_DYNAMIC=true pip install isal
54+
This will include a staticallly linked version of isa-l.
5855

5956
The latest development version of python-isal can be installed with::
6057

6158
pip install git+https://github.com/rhpvorderman/python-isal.git
6259

60+
If you wish to link
61+
dynamically against a version of libisal installed on your system use::
62+
63+
PYTHON_ISAL_LINK_DYNAMIC=true pip install isal
64+
6365
ISA-L is available in numerous Linux distro's as well as on conda via the
6466
conda-forge channel. Checkout the `ports documentation
6567
<https://github.com/intel/isa-l/wiki/Ports--Repos>`_ on the ISA-L project wiki

0 commit comments

Comments
 (0)