summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2012-07-11 13:41:04 +0200
committerNicolas Hennion <nicolas@nicolargo.com>2012-07-11 13:41:04 +0200
commit55569c1ecf545c9500778ae569a7d31154672c97 (patch)
tree9dee68d44e1e80d2cbed241cbee85e0e1394ea11 /README.md
parent4cc719052035cb899694d96b91d245daacf4e9ba (diff)
Change installation procedure
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index e23055a5..e1ed8209 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,9 @@ It is developed in Python.
Pre-requisites (information for packagers):
* Python 2.6+ (not tested with Python 3+)
-* python-setuptools (fo the installation via setup.py)
+* build-essential (fo installation via Pypi and setup.py)
+* python-dev (for installation via Pypi)
+* python-setuptools (for the installation via setup.py)
* python-psutil 0.4.1+ (replace the old libstatgrab's lib)
* python-jinja2 2.0+ (optional for HTML export)
@@ -38,7 +40,7 @@ To install the PPA just enter:
Then install Glances:
- $ sudo apt-get install glances
+ $ sudo apt-get install glances build-essential python-dev
### From PyPi (easy way)
@@ -72,6 +74,7 @@ Get the latest version:
Glances use a standard GNU style installer:
+ $ sudo apt-get install python-setuptools build-essential python-dev
$ tar zxvf glances-1.4.tar.gz
$ cd glances-1.4
$ sudo python setup.py install