diff --git a/index.html b/index.html index f327e7f3..020a7827 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,7 @@
To install the latest Glances production ready version, just enter the following command line:
- -$ curl -L https://bit.ly/glances | /bin/bash- -
or
- -$ wget -O- https://bit.ly/glances | /bin/bash-
Note: Only supported on some GNU/Linux distributions.
- -Glances is on PyPI. By using PyPI, you are sure to have the latest stable version.
-To install, simply use pip:
+To install a minimal version:
-$ pip install glances+
$ pip install --user glances+ +
For a full installation (all plugins):
+ +$ pip install --user glances[all]
Others methods ? Read the official installation documentation.