mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-26 13:09:37 +03:00
Change installation proc
This commit is contained in:
parent
12758bb454
commit
a81bf5cd75
17
README
17
README
@ -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
|
||||||
|
12
README-fr
12
README-fr
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user