Skip to content

Commit 310a68d

Browse files
committed
Update installation instructions
1 parent 69a4e36 commit 310a68d

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.rst

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,19 @@ Installation
4747
------------
4848
Installation with pip
4949
.....................
50-
Python-isal can be installed with:
51-
52-
.. code-block::
50+
Python-isal can be installed with:::
5351

5452
pip install isal
5553

56-
On linux this will install a wheel that has a statically linked version of
57-
isa-l (version 2.30.0) included.
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:::
5856

59-
The latest development version of python-isal can be installed with
57+
PYTHON_ISAL_LINK_DYNAMIC=true pip install isal
6058

61-
.. code-block::
59+
The latest development version of python-isal can be installed with:::
6260

6361
pip install git+https://github.com/rhpvorderman/python-isal.git
6462

65-
Installing from source will dynamically link isa-l if already available
66-
on the system. This will speed up the installation process.
67-
6863
isa-l is available in numerous Linux distro's as well as on conda via the
6964
conda-forge channel. Checkout the `ports documentation
7065
<https://github.com/intel/isa-l/wiki/Ports--Repos>`_ on the isa-l project wiki

0 commit comments

Comments
 (0)