summaryrefslogtreecommitdiffstats
path: root/doc/installation.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-31 04:16:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-31 04:16:55 +0000
commitfbe661f56f8f51c8bda7b3ced1ec41af509e61ff (patch)
treeac8ac7d3960922094733bac6d9a5300da7171c56 /doc/installation.rst
parentAdding upstream version 1.2. (diff)
downloadlibnvme-upstream/1.3.tar.xz
libnvme-upstream/1.3.zip
Adding upstream version 1.3.upstream/1.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/installation.rst')
-rw-r--r--doc/installation.rst52
1 files changed, 0 insertions, 52 deletions
diff --git a/doc/installation.rst b/doc/installation.rst
deleted file mode 100644
index 0bc8f99..0000000
--- a/doc/installation.rst
+++ /dev/null
@@ -1,52 +0,0 @@
-Installation
-============
-
-Debian / Ubuntu:
---------------
-
-.. code-block:: sh
-
- $ apt-get install libnvme
-
-Fedora / Red Hat:
---------------
-
-.. code-block:: sh
-
- $ dnf install libnvme
-
-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