summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-02-05 15:17:23 +0100
committernicolargo <nicolas@nicolargo.com>2017-02-05 15:17:23 +0100
commite0a8568f65907a764883a975b6389a70f02e2fb3 (patch)
tree162dc2e48274fa121e73b872c1ea6ebe63ca0bda /README.rst
parent83d04ccf59104185f9af0f6b3de8219018a8c252 (diff)
Remove Py3sensors and replace it by PsUtil
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index b96bd5cc..42a1465c 100644
--- a/README.rst
+++ b/README.rst
@@ -64,7 +64,6 @@ Optional dependencies:
- ``nvidia-ml-py`` (for the GPU plugin)
- ``pika`` (for the RabbitMQ/ActiveMQ export module)
- ``potsdb`` (for the OpenTSDB export module)
-- ``py3sensors`` (for hardware monitoring support) [Linux-only]
- ``py-cpuinfo`` (for the Quicklook CPU info module)
- ``pymdstat`` (for RAID support) [Linux-only]
- ``pysnmp`` (for SNMP support)
@@ -132,12 +131,11 @@ just install psutil from the binary installation file.
to install the *wireless-tools* package on your system.
You can also install the following libraries in order to use optional
-features (like the Web interface, exports modules, sensors...):
+features (like the Web interface, exports modules...):
.. code-block:: console
pip install glances[action,batinfo,browser,cpuinfo,chart,docker,export,folders,gpu,ip,raid,snmp,web,wifi]
- pip install https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.zip
To upgrade Glances to the latest version: