summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-07-25 14:48:31 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2016-07-25 14:48:31 +0200
commit29bec5cf4373db3e6a3b7b02abfdb00279b4cfcb (patch)
tree2c5faead370403774eda923f8223301e12c32b75 /INSTALL.rst
parent3e553e5169e963c570290273c4ba9039e764cf14 (diff)
downloadpsutil-29bec5cf4373db3e6a3b7b02abfdb00279b4cfcb.tar.gz
update INSTALL
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index e9794c4f..c31f7873 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -6,14 +6,14 @@ older Python version* `install pip <https://pip.pypa.io/en/latest/installing/>`_
Linux
=====
-Ubuntu / Debian (use `python3-dev` for python 3)::
+Ubuntu / Debian (use `python3-dev` and `python3-pip` for python 3)::
- $ sudo apt-get install gcc python-dev
+ $ sudo apt-get install gcc python-dev python-pip
$ pip install psutil
-RedHat (use `python3-devel` for python 3)::
+RedHat (use `python3-devel` and `python3-pip` for python 3)::
- $ sudo yum install gcc python-devel
+ $ sudo yum install gcc python-devel python-pip
$ pip install psutil
OSX