Skip to content

Commit 5f412d9

Browse files
authored
Merge pull request #350 from glimchb/doc
doc: update installation doc
2 parents 81f9a04 + 6a9758b commit 5f412d9

1 file changed

Lines changed: 31 additions & 3 deletions

File tree

doc/installation.rst

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,47 @@
11
Installation
22
============
33

4+
Debian / Ubuntu:
5+
--------------
6+
7+
.. code-block:: sh
8+
9+
$ apt-get install libnvme
10+
11+
Fedora / Red Hat:
12+
--------------
13+
14+
.. code-block:: sh
15+
16+
$ dnf install libnvme
17+
418
Python Version
519
--------------
620

7-
tbd
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.
823

924
Dependencies
1025
------------
1126

12-
tbd
27+
libnvme only uses packages from the standard library,
28+
so no additional dependencies will be installed when installing libnvme.
1329

14-
Install libnvme
30+
Install libnvme python
1531
-------------
1632

33+
Debian / Ubuntu:
34+
35+
.. code-block:: sh
36+
37+
$ apt-get install python3-libnvme
38+
39+
Fedora / Red Hat:
40+
41+
.. code-block:: sh
42+
43+
$ dnf install python3-libnvme
44+
1745
libnvme is available on `PyPI`_, and can be installed using pip. The version on PyPI is
1846
always the latest stable release.
1947

0 commit comments

Comments
 (0)