summaryrefslogtreecommitdiffstats
path: root/docs/install.rst
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2017-03-12 18:52:17 +0100
committerAlessio Sergi <al3hex@gmail.com>2017-03-12 18:52:17 +0100
commit937f2faf9aa0e3b362fac62dbb4dac7fb06c21fb (patch)
treebe068e73be2e2fe184fa44efc5375087025a0714 /docs/install.rst
parent23a65b56f2eac3a02074fd3f454f3a3bcf7ea64e (diff)
Update doc
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst15
1 files changed, 6 insertions, 9 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 56ac63d3..06082fd8 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -18,24 +18,21 @@ For Fedora/CentOS/RHEL install first *python-devel* package. For Windows,
just install PsUtil from the binary installation file.
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, export modules...):
.. code-block:: console
- curl -o /tmp/optional-requirements.txt https://raw.githubusercontent.com/nicolargo/glances/master/optional-requirements.txt
- pip install -r /tmp/optional-requirements.txt
+ pip install glances[action,browser,cloud,cpuinfo,chart,docker,export,folders,gpu,ip,raid,snmp,web,wifi]
-To upgrade Glances and all its dependencies to the latests versions:
+To upgrade Glances and all its dependencies to the latest versions:
.. code-block:: console
pip install --upgrade glances
- curl -o /tmp/requirements.txt https://raw.githubusercontent.com/nicolargo/glances/master/requirements.txt
- pip install --upgrade /tmp/requirements.txt
- curl -o /tmp/optional-requirements.txt https://raw.githubusercontent.com/nicolargo/glances/master/optional-requirements.txt
- pip install --upgrade /tmp/optional-requirements.txt
+ pip install --upgrade psutil
+ pip install --upgrade glances[...]
-For additionnal installation methods, read the official `README`_ file.
+For additional installation methods, read the official `README`_ file.
.. _psutil: https://github.com/giampaolo/psutil
.. _README: https://github.com/nicolargo/glances/blob/master/README.rst