diff --git a/README.rst b/README.rst index 7bf815e5..ed67bfd6 100644 --- a/README.rst +++ b/README.rst @@ -134,6 +134,7 @@ features (like the Web interface, exports modules, sensors...): .. 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: diff --git a/setup.py b/setup.py index 8260f8a9..6ab51441 100755 --- a/setup.py +++ b/setup.py @@ -90,7 +90,6 @@ setup( 'gpu': ['nvidia-ml-py'], 'ip': ['netifaces'], 'raid': ['pymdstat'], - 'sensors': ['https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.zip'], 'snmp': ['pysnmp'], 'web': ['bottle', 'requests'], 'wifi': ['wifi']