Update installation documentation for OS X

pull/66/merge
Nicolas Hennion 2012-09-04 14:27:37 +02:00
parent 86def8a52a
commit 9658dd3f6c
3 changed files with 20 additions and 25 deletions

20
README
View File

@ -1,4 +1,4 @@
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=nicolargo&url=https://github.com/nicolargo/glances&title=Glances&language=&tags=github&category=software)
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/thing/484466/nicolargoglances-on-GitHub)
=============================
Glances -- Eye on your system
@ -33,9 +33,11 @@ Packages exist for Arch, Fedora, Redhat, FreeBSD...
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-dev
$ sudo add-apt-repository ppa:arnaud-hartmann/glances-stable
$ sudo apt-get update
Then install Glances:
@ -54,17 +56,11 @@ Then install the latest Glances version:
$ sudo pip install glances
### From PPA (Ubuntu/Mint)
### From [Homebrew](http://mxcl.github.com/homebrew/) via PyPi (OS X)
Thanks to Arnaud Hartmann, a PPA is available for the stable branch.
To install it on your Ubuntu system:
$ sudo add-apt-repository ppa:arnaud-hartmann/glances-stable
$ sudo apt-get update
$ sudo apt-get install glances
The PPA is available for Ubuntu version 9.10 to 12.04.
$ brew install brew-pip
$ export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages
$ brew pip Glances
### From source

View File

@ -1,3 +1,6 @@
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/thing/484466/nicolargoglances-on-GitHub)
===========================================
Glances -- Votre système en un coups d'oeil
===========================================
@ -54,6 +57,12 @@ Puis on installe la dernière version de Glances:
$ sudo pip install glances
### Depuis [Homebrew](http://mxcl.github.com/homebrew/) et pat PyPi (pour OS X)
$ brew install brew-pip
$ export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages
$ brew pip Glances
### Depuis les sources
Le projet Glances est hébergé sur GitHUB: https://github.com/nicolargo/glances

View File

@ -33,9 +33,11 @@ Packages exist for Arch, Fedora, Redhat, FreeBSD...
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-dev
$ sudo add-apt-repository ppa:arnaud-hartmann/glances-stable
$ sudo apt-get update
Then install Glances:
@ -60,18 +62,6 @@ Then install the latest Glances version:
$ export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages
$ brew pip Glances
### From PPA (Ubuntu/Mint)
Thanks to Arnaud Hartmann, a PPA is available for the stable branch.
To install it on your Ubuntu system:
$ sudo add-apt-repository ppa:arnaud-hartmann/glances-stable
$ sudo apt-get update
$ sudo apt-get install glances
The PPA is available for Ubuntu version 9.10 to 12.04.
### From source
Get the latest version: