summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-11-18 03:23:21 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2017-11-18 03:23:21 +0100
commit36b3a2b00aafa9a2e3c31533a7897aa83e8c4d01 (patch)
treebdd1c314c956a062a2fbb9ccb9da138514afcf96 /INSTALL.rst
parentd56f2a9dcc8b532b0f0d4bda78aa2f227d38a2d1 (diff)
downloadpsutil-36b3a2b00aafa9a2e3c31533a7897aa83e8c4d01.tar.gz
do not mention apt-get as method of installation as it's not recommended
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 4cd9bc9e..f2a80eed 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -61,22 +61,6 @@ RedHat / CentOS:
If you're on Python 3 use ``python3-dev`` and ``python3-pip`` instead.
-Major Linux distros also provide binary distributions of psutil so, for
-instance, on Ubuntu and Debian you can also do:
-
-.. code-block:: bash
-
- sudo apt-get install python-psutil
-
-On RedHat and CentOS:
-
-.. code-block:: bash
-
- sudo yum install python-psutil
-
-This is not recommended though as Linux distros usually ship older psutil
-versions.
-
OSX
===