From f6f69d475c23670731ec09c3ea488b2e382e58f5 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Wed, 14 Mar 2012 11:10:38 +0100 Subject: Update documentation: use setup.py for installation --- README | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'README') 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 -- cgit v1.2.3