From 2dba2525fb35dcfc79aad5bdf6c92e790d69635c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 29 Apr 2024 06:40:20 +0200 Subject: Adding upstream version 1.3. Signed-off-by: Daniel Baumann --- doc/installation.rst.in | 55 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 doc/installation.rst.in (limited to 'doc/installation.rst.in') diff --git a/doc/installation.rst.in b/doc/installation.rst.in new file mode 100644 index 0000000..ea0415d --- /dev/null +++ b/doc/installation.rst.in @@ -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 -- cgit v1.2.3