summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2012-07-09 15:17:45 +0200
committerNicolas Hennion <nicolas@nicolargo.com>2012-07-09 15:17:45 +0200
commit4cc719052035cb899694d96b91d245daacf4e9ba (patch)
treea4831ed531a3edb804f9829d62da3165340d3e6b
parent1206e8377cdfa51e36ad7bb7b82bbeec60287186 (diff)
Add depdencies in the documentation
-rw-r--r--README12
-rw-r--r--README-fr13
-rw-r--r--README.md12
3 files changed, 21 insertions, 16 deletions
diff --git a/README b/README
index d1b2e8ec..e23055a5 100644
--- a/README
+++ b/README
@@ -16,6 +16,13 @@ It is developed in Python.
## Installation
+Pre-requisites (information for packagers):
+
+* Python 2.6+ (not tested with Python 3+)
+* python-setuptools (fo the installation via setup.py)
+* python-psutil 0.4.1+ (replace the old libstatgrab's lib)
+* python-jinja2 2.0+ (optional for HTML export)
+
### From package manager (very easy way)
Packages exist for Arch, Fedora, Redhat, FreeBSD...
@@ -69,11 +76,6 @@ Glances use a standard GNU style installer:
$ cd glances-1.4
$ sudo python setup.py install
-Pre-requisites:
-
-* Python 2.6+ (not tested with Python 3+)
-* python-setuptools
-
## Running
Easy way (that's all folks !):
diff --git a/README-fr b/README-fr
index f83a5827..c7c6c27b 100644
--- a/README-fr
+++ b/README-fr
@@ -13,6 +13,13 @@ votre système. Il est développé en Python.
## Installation
+Glances a besoin des dépendances suivantes:
+
+* Python 2.6+ (non testé avec Python 3+)
+* python-setuptools (pour l'installation via setup.py)
+* python-psutil 0.4.1+ (remplace la librairie libstatgrab)
+* python-jinja2 2.0+ (optionnel seulement pour le module export HTML)
+
### Depuis le gestionnaire de paquet de votre système
Des paquets existent pour plusieurs distributions: Arch, Fedora/Redhat...
@@ -62,12 +69,6 @@ Procédez ensuite à l'installation:
$ cd glances-1.4
$ sudo python setup.py install
-
-Glances a besoin des dépendances suivantes:
-
-* Python 2.6+ (non testé avec Python 3+)
-* python-setuptools
-
## Lancement de Glances
Il suffit de saisir la commande suivante dans une console ou un terminal:
diff --git a/README.md b/README.md
index d1b2e8ec..e23055a5 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,13 @@ It is developed in Python.
## Installation
+Pre-requisites (information for packagers):
+
+* Python 2.6+ (not tested with Python 3+)
+* python-setuptools (fo the installation via setup.py)
+* python-psutil 0.4.1+ (replace the old libstatgrab's lib)
+* python-jinja2 2.0+ (optional for HTML export)
+
### From package manager (very easy way)
Packages exist for Arch, Fedora, Redhat, FreeBSD...
@@ -69,11 +76,6 @@ Glances use a standard GNU style installer:
$ cd glances-1.4
$ sudo python setup.py install
-Pre-requisites:
-
-* Python 2.6+ (not tested with Python 3+)
-* python-setuptools
-
## Running
Easy way (that's all folks !):