We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9930453 commit 22e2eb3Copy full SHA for 22e2eb3
README.rst
@@ -75,7 +75,9 @@ Installation
75
Installation with pip
76
.....................
77
78
-+ ``pip install isal``
+::
79
+
80
+ pip install isal
81
82
Installation is supported on Linux, MacOS and Windows. On x86-64 (amd64)
83
platforms wheels are provided, so installation should be almost instantaneous.
@@ -101,9 +103,7 @@ to find out how to install it. It is important that the development headers
101
103
are also installed.
102
104
105
On Debian and Ubuntu the ISA-L libraries (including the development headers)
-can be installed with:
-
106
-.. code-block::
+can be installed with::
107
108
sudo apt install libisal-dev
109
0 commit comments