summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
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
===