summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-05-08 15:51:57 +0200
committernicolargo <nicolas@nicolargo.com>2023-05-08 15:51:57 +0200
commit013b01899a6989f354d3c9aff63ac55c1bc63634 (patch)
treef586ceec01076f67bf0ad9eda1f1d6c84030981c
parent5e7cb1d0ab8972f73714af6b9cb40378cb09a91d (diff)
Update README file
-rw-r--r--README.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index b3b2ec4b..fa822e90 100644
--- a/README.rst
+++ b/README.rst
@@ -102,7 +102,7 @@ Optional dependencies:
- ``cassandra-driver`` (for the Cassandra export module)
- ``chevron`` (for the action script feature)
- ``couchdb`` (for the CouchDB export module)
-- ``docker`` (for the Docker monitoring support) [Linux/macOS-only]
+- ``docker`` (for the Containers Docker monitoring support) [Linux/macOS-only / Python >= 3.6]
- ``elasticsearch`` (for the Elastic Search export module)
- ``graphitesender`` (For the Graphite export module)
- ``hddtemp`` (for HDD temperature monitoring support) [Linux-only]
@@ -112,6 +112,7 @@ Optional dependencies:
- ``netifaces`` (for the IP plugin)
- ``py3nvml`` (for the GPU plugin) [Only for Python 3]
- ``pika`` (for the RabbitMQ/ActiveMQ export module)
+- ``podman`` (for the Containers Podman monitoring support) [Linux/macOS-only / Python >= 3.6]
- ``potsdb`` (for the OpenTSDB export module)
- ``prometheus_client`` (for the Prometheus export module)
- ``py-cpuinfo`` (for the Quicklook CPU info module)
@@ -164,7 +165,7 @@ For a full installation (with all features):
.. code-block:: console
- pip install --user 'glances[action,browser,cloud,cpuinfo,docker,export,folders,gpu,graph,ip,raid,snmp,web,wifi]'
+ pip install --user 'glances[all]'
To upgrade Glances to the latest version:
@@ -481,4 +482,4 @@ Glances is distributed under the LGPL version 3 license. See ``COPYING`` for mor
.. _sponsors: https://github.com/sponsors/nicolargo
.. _wishlist: https://www.amazon.fr/hz/wishlist/ls/BWAAQKWFR3FI?ref_=wl_share
.. _issue2021: https://github.com/nicolargo/glances/issues/2021#issuecomment-1197831157
-.. _issue2021comment: https://github.com/nicolargo/glances/issues/2021#issuecomment-1197831157 \ No newline at end of file
+.. _issue2021comment: https://github.com/nicolargo/glances/issues/2021#issuecomment-1197831157