Change installation procedure

pull/58/head
Nicolas Hennion 2012-07-11 13:41:04 +02:00
parent 4cc7190520
commit 55569c1ecf
3 changed files with 16 additions and 7 deletions

7
README
View File

@ -19,7 +19,9 @@ It is developed in Python.
Pre-requisites (information for packagers):
* Python 2.6+ (not tested with Python 3+)
* python-setuptools (fo the installation via setup.py)
* build-essential (fo installation via Pypi and setup.py)
* python-dev (for installation via Pypi)
* python-setuptools (for the installation via setup.py)
* python-psutil 0.4.1+ (replace the old libstatgrab's lib)
* python-jinja2 2.0+ (optional for HTML export)
@ -38,7 +40,7 @@ To install the PPA just enter:
Then install Glances:
$ sudo apt-get install glances
$ sudo apt-get install glances build-essential python-dev
### From PyPi (easy way)
@ -72,6 +74,7 @@ Get the latest version:
Glances use a standard GNU style installer:
$ sudo apt-get install python-setuptools build-essential python-dev
$ tar zxvf glances-1.4.tar.gz
$ cd glances-1.4
$ sudo python setup.py install

View File

@ -16,6 +16,8 @@ votre système. Il est développé en Python.
Glances a besoin des dépendances suivantes:
* Python 2.6+ (non testé avec Python 3+)
* build-essential (pour installation depuis Pypi et setup.py)
* python-dev (pour installation depuis Pypi)
* 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)
@ -45,8 +47,8 @@ PyPi est un gestionnaire officiel des paquets Python.
Il est disponible sous la plupart des distibutions GNU/Linux.
On commence par installer PyPi sur son système (par exemple Debian/Ubuntu):
$ sudo apt-get install python-pip
$ sudo apt-get install python-pip build-essential python-dev
Puis on installe la dernière version de Glances:
@ -65,7 +67,8 @@ Récupération de la dernière version (1.4):
Procédez ensuite à l'installation:
$ tar zxvf glances-1.4.tar.gz
$ sudo apt-get install python-setuptools build-essential python-dev
$ tar zxvf glances-1.4.tar.gz
$ cd glances-1.4
$ sudo python setup.py install

View File

@ -19,7 +19,9 @@ It is developed in Python.
Pre-requisites (information for packagers):
* Python 2.6+ (not tested with Python 3+)
* python-setuptools (fo the installation via setup.py)
* build-essential (fo installation via Pypi and setup.py)
* python-dev (for installation via Pypi)
* python-setuptools (for the installation via setup.py)
* python-psutil 0.4.1+ (replace the old libstatgrab's lib)
* python-jinja2 2.0+ (optional for HTML export)
@ -38,7 +40,7 @@ To install the PPA just enter:
Then install Glances:
$ sudo apt-get install glances
$ sudo apt-get install glances build-essential python-dev
### From PyPi (easy way)
@ -72,6 +74,7 @@ Get the latest version:
Glances use a standard GNU style installer:
$ sudo apt-get install python-setuptools build-essential python-dev
$ tar zxvf glances-1.4.tar.gz
$ cd glances-1.4
$ sudo python setup.py install