#!/bin/bash

sudo aptitude install libstatgrab6 python-statgrab libstatgrab-dev pkg-config python-dev make

wget http://ftp.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.5.tar.gz
tar xzvf pystatgrab-0.5.tar.gz 
cd pystatgrab-0.5/
./setup.py build
sudo ./setup.py install
cd ..

wget https://github.com/downloads/nicolargo/glances/glances-1.3.4.tar.gz
tar xzvf glances-1.3.4.tar.gz 
cd glances-1.3.4/
./configure 
make
sudo make install
cd ..

glances.py 


