summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2017-01-22 16:50:45 +0100
committerAlessio Sergi <al3hex@gmail.com>2017-01-22 16:50:45 +0100
commitbbaf40d60ac22b450f43f1097042489172b5664f (patch)
tree9cdd61e2f0f70f9aeb70fb551d9cff5a78407d6e /README.rst
parentac9ad9ca40f847cf3082076697ac47e1594e02a4 (diff)
setup.py: fix py3sensors installation and conditionalize scandir dependency
- scandir package is only needed for Python < 3.5. - the name of extras are now lower case (easier to type/read). Note: setuptools >= 18.0 is required.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 8ce682d8..7bf815e5 100644
--- a/README.rst
+++ b/README.rst
@@ -55,7 +55,7 @@ Optional dependencies:
- ``bottle`` (for Web server mode)
- ``cassandra-driver`` (for the Cassandra export module)
- ``couchdb`` (for the CouchDB export module)
-- ``docker-py`` (for the Docker monitoring support) [Linux-only]
+- ``docker`` (for the Docker monitoring support) [Linux-only]
- ``elasticsearch`` (for the Elastic Search export module)
- ``hddtemp`` (for HDD temperature monitoring support) [Linux-only]
- ``influxdb`` (for the InfluxDB export module)
@@ -133,14 +133,14 @@ 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 glances[action,batinfo,browser,cpuinfo,chart,docker,export,folders,gpu,ip,raid,snmp,web,wifi]
To upgrade Glances to the latest version:
.. code-block:: console
pip install --upgrade glances
- pip install --upgrade glances[ACTION,BATINFO,BROWSER,CPUINFO,CHART,DOCKER,EXPORT,FOLDERS,GPU,IP,RAID,SNMP,WEB,WIFI]
+ pip install --upgrade glances[...]
If you need to install Glances in a specific user location, use: