File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ Installation
47
47
------------
48
48
Installation with pip
49
49
.....................
50
- Python-isal can be installed with:::
50
+ Python-isal can be installed with::
51
51
52
52
pip install isal
53
53
54
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:::
55
+ dynamically against a version of libisal installed on your system use::
56
56
57
57
PYTHON_ISAL_LINK_DYNAMIC=true pip install isal
58
58
59
- The latest development version of python-isal can be installed with:::
59
+ The latest development version of python-isal can be installed with::
60
60
61
61
pip install git+https://github.com/rhpvorderman/python-isal.git
62
62
You can’t perform that action at this time.
0 commit comments