File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,17 @@ Python-isal can be installed with::
51
51
52
52
pip install isal
53
53
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.
58
55
59
56
The latest development version of python-isal can be installed with::
60
57
61
58
pip install git+https://github.com/rhpvorderman/python-isal.git
62
59
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
+
63
65
ISA-L is available in numerous Linux distro's as well as on conda via the
64
66
conda-forge channel. Checkout the `ports documentation
65
67
<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