File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,33 +2,36 @@ Installation
22============
33
44Debian / Ubuntu:
5- --------------
5+ ----------------
66
77.. code-block:: sh
88
99 $ apt-get install libnvme
1010
1111Fedora / Red Hat:
12- --------------
12+ -----------------
1313
1414.. code-block:: sh
1515
1616 $ dnf install libnvme
1717
18- Python Version
18+ Python binding
1919--------------
2020
21- The latest Python 3 version is always recommended, since it has all the latest bells and
22- whistles. libnvme supports Python 3.6 and above.
21+ Python Version
22+ ^^^^^^^^^^^^^^
23+
24+ The latest Python 3 version is always recommended, since it has all
25+ the latest bells and whistles. libnvme supports Python 3.6 and above.
2326
2427Dependencies
25- ------------
28+ ^^^^^^^^^^^^
2629
27- libnvme only uses packages from the standard library,
28- so no additional dependencies will be installed when installing libnvme.
30+ libnvme only uses packages from the standard library, so no additional
31+ dependencies will be installed when installing libnvme.
2932
3033Install libnvme python
31- -------------
34+ ^^^^^^^^^^^^^^^^^^^^^^
3235
3336Debian / Ubuntu:
3437
@@ -42,8 +45,8 @@ Fedora / Red Hat:
4245
4346 $ dnf install python3-libnvme
4447
45- libnvme is available on `PyPI`_, and can be installed using pip. The version on PyPI is
46- always the latest stable release.
48+ libnvme is available on `PyPI`_, and can be installed using pip. The
49+ version on PyPI is always the latest stable release.
4750
4851.. _PyPi: https://pypi.org/project/libnvme/
4952
You can’t perform that action at this time.
0 commit comments