File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -47,24 +47,19 @@ Installation
47
47
------------
48
48
Installation with pip
49
49
.....................
50
- Python-isal can be installed with:
51
-
52
- .. code-block ::
50
+ Python-isal can be installed with:::
53
51
54
52
pip install isal
55
53
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:::
58
56
59
- The latest development version of python-isal can be installed with
57
+ PYTHON_ISAL_LINK_DYNAMIC=true pip install isal
60
58
61
- .. code-block ::
59
+ The latest development version of python-isal can be installed with: ::
62
60
63
61
pip install git+https://github.com/rhpvorderman/python-isal.git
64
62
65
- Installing from source will dynamically link isa-l if already available
66
- on the system. This will speed up the installation process.
67
-
68
63
isa-l is available in numerous Linux distro's as well as on conda via the
69
64
conda-forge channel. Checkout the `ports documentation
70
65
<https://github.com/intel/isa-l/wiki/Ports--Repos> `_ on the isa-l project wiki
You can’t perform that action at this time.
0 commit comments