summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChris Castle <castle@alum.colby.edu>2012-09-03 10:40:53 -0700
committerChris Castle <castle@alum.colby.edu>2012-09-03 10:40:53 -0700
commit5a909114ab7ab4a377734a667d734fff5dabb7ea (patch)
tree7b428cf9a82910e79efd56081b474e5f02d16347 /README.md
parent62c1b3433a1f9761a4df72e23c1d58577391c58a (diff)
Add OSX install instructions
- Uses Homebrew package manager (and pip)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 35cb49ff..cac97016 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,12 @@ Then install the latest Glances version:
$ sudo pip install glances
+### From [Homebrew](http://mxcl.github.com/homebrew/) via PyPi (OS X)
+
+ $ brew install brew-pip
+ $ 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.