From ebb8c8adebece97413eee58ccb4d7740ef9e6612 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 19 Jan 2019 16:24:09 +0100 Subject: [PATCH] 'chart' extra not provided #1389 --- NEWS | 1 + README.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1ce3bfec..7d78d09b 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,7 @@ Others: * Add Docker documentation (thanks to @rgarrigue) * Refactor Glances logs (now called Glances events) + * "chart" extra dep replace by "graph" #1389 Version 3.0.2 ============= diff --git a/README.rst b/README.rst index 5ccf2a83..8de1db91 100644 --- a/README.rst +++ b/README.rst @@ -145,7 +145,7 @@ features (like the Web interface, exports modules...): .. code-block:: console - pip install 'glances[action,browser,cloud,cpuinfo,chart,docker,export,folders,gpu,ip,raid,snmp,web,wifi]' + pip install 'glances[action,browser,cloud,cpuinfo,docker,export,folders,gpu,graph,ip,raid,snmp,web,wifi]' To upgrade Glances to the latest version: