Add depdencies in the documentation

pull/58/head
Nicolas Hennion 2012-07-09 15:17:45 +02:00
parent 1206e8377c
commit 4cc7190520
3 changed files with 21 additions and 16 deletions

12
README
View File

@ -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 !):

View File

@ -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:

View File

@ -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 !):