Update doc for CentOS install

This commit is contained in:
Nicolas Hennion
2013-08-11 20:43:30 +02:00
parent 42efd95483
commit 7efc8fbec8

View File

@@ -30,6 +30,9 @@ Requirements
Installation
============
Pipy: The simple way
--------------------
Glances is on `PyPI`_. To install, simply use `pip`_:
.. code-block:: console
@@ -38,6 +41,14 @@ Glances is on `PyPI`_. To install, simply use `pip`_:
*Note*: On Debian/Ubuntu, you need to install first the `python-dev` package.
*Note*: On CentOS/Fedora, you need to install first the `python-devel` package (from the EPEL repository).
To upgrade Glances to the latest version:
.. code-block:: console
pip install --upgrade Glances
Linux
-----