summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2012-07-11 13:44:04 +0200
committerNicolas Hennion <nicolas@nicolargo.com>2012-07-11 13:44:04 +0200
commit3e206aa750eb2576f5948b0d773358ab700ea329 (patch)
tree63de3a1b47d854c5516c68d648274fa91e9dd378 /README.md
parent55569c1ecf545c9500778ae569a7d31154672c97 (diff)
Change installation procedure
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e1ed8209..c6bdf04d 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ To install the PPA just enter:
Then install Glances:
- $ sudo apt-get install glances build-essential python-dev
+ $ sudo apt-get install glances
### From PyPi (easy way)
@@ -48,7 +48,7 @@ PyPi is an official Python package manager.
You first need to install pypi on your system. For exemple on Debian/Ubuntu:
- $ sudo apt-get install python-pip
+ $ sudo apt-get install python-pip build-essential python-dev
Then install the latest Glances version: