mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-13 10:07:36 +03:00
Update installation documentation for OS X
This commit is contained in:
parent
86def8a52a
commit
9658dd3f6c
20
README
20
README
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
16
README.md
16
README.md
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user