summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authornicolargo <nicolargo@nicolargo-boulot.(none)>2012-03-14 11:10:38 +0100
committernicolargo <nicolargo@nicolargo-boulot.(none)>2012-03-14 11:10:38 +0100
commitf6f69d475c23670731ec09c3ea488b2e382e58f5 (patch)
tree2c3a4c503aa2835b64f9c22e29ed76d5e2148ae2 /README
parent6be9ae0cb722eb4a0f058f144181e8a7e76a4808 (diff)
Update documentation: use setup.py for installation
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 2 insertions, 12 deletions
diff --git a/README b/README
index 54c5699c..15e9547b 100644
--- a/README
+++ b/README
@@ -55,25 +55,15 @@ Glances use a standard GNU style installer:
$ tar zxvf glances-1.4.tar.gz
$ cd glances-1.4
- $ ./configure
- $ make
- $ sudo make install
+ $ sudo python setup.py install
Pre-requisites:
* Python 2.6+ (not tested with Python 3+)
-* psutil 0.4.1+ (did NOT work with psutil < 0.2 )
-
-Notes: For Debian and Ubuntu < 12.04
-The officials repos only include the psutil version 0.2.1.
-You had to install the version 0.4.1 using the following commands:
-
- $ sudo apt-get install python-dev python-pip
- $ sudo pip install --upgrade psutil
## Running
-Easy:
+Easy way (that's all folks !):
$ glances.py