File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Installation
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
924Dependencies
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
1846always the latest stable release.
1947
You can’t perform that action at this time.
0 commit comments