We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36adabe commit e150b19Copy full SHA for e150b19
README.rst
@@ -20,6 +20,14 @@ Or on a Fedora-based system or on a CentOS/RHEL machine with has EPEL enabled.
20
21
$ sudo dnf -y install python3-glances-api
22
23
+
24
+For Nix or NixOS is `pre-packed module <https://search.nixos.org/packages?channel=unstable&query=glances-api>`_
25
+available. The lastest release is usually present in the ``unstable`` channel.
26
27
+.. code:: bash
28
29
+ $ nix-env -iA nixos.python3Packages.glances-api
30
31
Usage
32
-----
33
0 commit comments