File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 11python-glances-api
22==================
33
4- A Python client for interacting with ` Glances < https://nicolargo.github.io/glances/ >`_ .
4+ A Python client for interacting with [ Glances] ( https://nicolargo.github.io/glances/ ) .
55
66This module is not official, developed, supported or endorsed by Glances.
77
88Installation
99------------
1010
11- The module is available from the ` Python Package Index < https://pypi.python.org/pypi >`_ .
11+ The module is available from the [ Python Package Index] ( https://pypi.python.org/pypi ) .
1212
13- .. code :: bash
14-
15- $ pip3 install glances_api
13+ ``` bash
14+ $ pip3 install glances_api
15+ ```
1616
1717Or on a Fedora-based system or on a CentOS/RHEL machine with has EPEL enabled.
1818
19- .. code :: bash
20-
21- $ sudo dnf -y install python3-glances-api
19+ ``` bash
20+ $ sudo dnf -y install python3-glances-api
21+ ```
2222
23-
24- For Nix or NixOS is `pre-packed module <https://search.nixos.org/packages?channel=unstable&query=glances-api >`_
23+ For Nix or NixOS is[ pre-packed module] ( https://search.nixos.org/packages?channel=unstable&query=glances-api )
2524available. The lastest release is usually present in the `` unstable `` channel.
2625
27- .. code :: bash
28-
29- $ nix-env -iA nixos.python3Packages.glances-api
26+ ``` bash
27+ $ nix-env -iA nixos.python3Packages.glances-api
28+ ```
3029
3130Usage
3231-----
You can’t perform that action at this time.
0 commit comments