summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2012-09-04 14:27:37 +0200
committerNicolas Hennion <nicolas@nicolargo.com>2012-09-04 14:27:37 +0200
commit9658dd3f6cdd1ec0bb0c6c56fb7f11a979cc3701 (patch)
tree713e43d0dcc54fb6ef0b2d7394cb306e0b55e8dc /README
parent86def8a52a216eaa5dceabc2cc54914b577e1a4f (diff)
Update installation documentation for OS X
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 8 insertions, 12 deletions
diff --git a/README b/README
index 35cb49ff..819ee50e 100644
--- a/README
+++ b/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)
-
-Thanks to Arnaud Hartmann, a PPA is available for the stable branch.
+### From [Homebrew](http://mxcl.github.com/homebrew/) via PyPi (OS X)
-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