Skip to content

Commit 6f28cf5

Browse files
committed
Add additional installation method
1 parent 7ed8a68 commit 6f28cf5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
python-glances-api
22
==================
33

4-
Python API for interacting with `Glances <https://nicolargo.github.io/glances/>`_.
4+
A Python client for interacting with `Glances <https://nicolargo.github.io/glances/>`_.
55

66
This module is not official, developed, supported or endorsed by Glances.
77

@@ -14,6 +14,12 @@ The module is available from the `Python Package Index <https://pypi.python.org/
1414
1515
$ pip3 install glances_api
1616
17+
Or on a Fedora-based system.
18+
19+
.. code:: bash
20+
21+
$ sudo dnf -y install python3-glances-api
22+
1723
Usage
1824
-----
1925

0 commit comments

Comments
 (0)