Installation¶
Debian / Ubuntu:¶
$ apt-get install libnvme
Fedora / Red Hat:¶
$ dnf install libnvme
Python binding¶
Python Version¶
The latest Python 3 version is always recommended, since it has all the latest bells and whistles. libnvme supports Python 3.6 and above.
Dependencies¶
libnvme only uses packages from the standard library, so no additional dependencies will be installed when installing libnvme.