From 7efc8fbec8c0219bd5162befe822f06828bbfba5 Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Sun, 11 Aug 2013 20:43:30 +0200 Subject: [PATCH] Update doc for CentOS install --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 7a50200e..a6bd79a6 100644 --- a/README.rst +++ b/README.rst @@ -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 -----