Add OSX install instructions

- Uses Homebrew package manager (and pip)
pull/58/head
Chris Castle 2012-09-03 10:40:53 -07:00
parent 62c1b3433a
commit 5a909114ab
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ Then install the latest Glances version:
$ sudo pip install glances $ 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) ### From PPA (Ubuntu/Mint)
Thanks to Arnaud Hartmann, a PPA is available for the stable branch. Thanks to Arnaud Hartmann, a PPA is available for the stable branch.