We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed8a68 commit 6f28cf5Copy full SHA for 6f28cf5
1 file changed
README.rst
@@ -1,7 +1,7 @@
1
python-glances-api
2
==================
3
4
-Python API for interacting with `Glances <https://nicolargo.github.io/glances/>`_.
+A Python client for interacting with `Glances <https://nicolargo.github.io/glances/>`_.
5
6
This module is not official, developed, supported or endorsed by Glances.
7
@@ -14,6 +14,12 @@ The module is available from the `Python Package Index <https://pypi.python.org/
14
15
$ pip3 install glances_api
16
17
+Or on a Fedora-based system.
18
+
19
+.. code:: bash
20
21
+ $ sudo dnf -y install python3-glances-api
22
23
Usage
24
-----
25
0 commit comments