1
0
Fork 0

Merging upstream version 1.1~rc0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:03:28 +01:00
parent 537ee18b08
commit 73281abe5f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
764 changed files with 32602 additions and 5874 deletions

55
doc/installation.rst.in Normal file
View file

@ -0,0 +1,55 @@
Installation
============
Debian / Ubuntu:
----------------
.. code-block:: sh
$ apt-get install libnvme
Fedora / Red Hat:
-----------------
.. code-block:: sh
$ 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.
Install libnvme python
^^^^^^^^^^^^^^^^^^^^^^
Debian / Ubuntu:
.. code-block:: sh
$ apt-get install python3-libnvme
Fedora / Red Hat:
.. code-block:: sh
$ dnf install python3-libnvme
libnvme is available on `PyPI`_, and can be installed using pip. The
version on PyPI is always the latest stable release.
.. _PyPi: https://pypi.org/project/libnvme/
.. code-block:: sh
$ pip install libnvme