From 36b3a2b00aafa9a2e3c31533a7897aa83e8c4d01 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Sat, 18 Nov 2017 03:23:21 +0100 Subject: do not mention apt-get as method of installation as it's not recommended --- INSTALL.rst | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'INSTALL.rst') 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 === -- cgit v1.2.1