Change installation proc

This commit is contained in:
Nicolas Hennion 2012-12-30 14:20:45 +01:00
parent 12758bb454
commit a81bf5cd75
3 changed files with 5 additions and 29 deletions

17
README
View File

@ -38,6 +38,8 @@ Pre-requisites (information for packagers):
Packages exist for Debian (SID), Arch, Fedora, Redhat, FreeBSD... Packages exist for Debian (SID), Arch, Fedora, Redhat, FreeBSD...
Check if the version is the latest one.
### From PyPi (easy and cross platform way) ### From PyPi (easy and cross platform way)
PyPi is an official Python package manager. PyPi is an official Python package manager.
@ -55,21 +57,6 @@ Note: if you are behind an HTTP Proxy, you should use
$ sudo pip install --proxy=user:password@url:port Glances $ sudo pip install --proxy=user:password@url:port Glances
### From PPA (easy way for Ubuntu/Mint...)
Arnaud Hartmann (thanks to him !) maintains a PPA with the latest Glances version:
The PPA is available for Ubuntu version 9.10 to 12.04.
To install the PPA just enter:
$ sudo add-apt-repository ppa:arnaud-hartmann/glances-stable
$ sudo apt-get update
Then install Glances:
$ sudo apt-get install glances
### From [Homebrew](http://mxcl.github.com/homebrew/) via PyPi (OS X) ### From [Homebrew](http://mxcl.github.com/homebrew/) via PyPi (OS X)
$ brew install brew-pip $ brew install brew-pip

View File

@ -57,18 +57,6 @@ Note: si vous êtes derrière un Proxy alors il faut utiliser
$ sudo pip install --proxy=user:password@url:port Glances $ sudo pip install --proxy=user:password@url:port Glances
### Depuis le PPA (Ubuntu/Mint)
Arnaud Hartmann maintient un PPA avec la version stable de Glances.
Pour installer Glances à partir de ce PPA, il suffit de saisir:
$ sudo add-apt-repository ppa:arnaud-hartmann/glances-stable
$ sudo apt-get update
$ sudo apt-get install glances
Le PPA propose les paquets pour les versions Ubuntu 9.10 jusqu'à 12.04.
### Depuis [Homebrew](http://mxcl.github.com/homebrew/) et pat PyPi (pour OS X) ### Depuis [Homebrew](http://mxcl.github.com/homebrew/) et pat PyPi (pour OS X)
$ brew install brew-pip $ brew install brew-pip

5
TODO
View File

@ -1,2 +1,3 @@
- Need a packager for Windows OS (server mode only) - Need a packeger to maintain the PPA (https://launchpad.net/glances)
- Need translators contributions - Need a packager for Windows OS (Server mode only)
- Need translators contributions (Chines, Japon, ...)