summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst14
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 9a516e0d..6d38c3b0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -85,19 +85,9 @@ Supporters
Install
=======
-Linux Ubuntu / Debian::
+On Linux, Windows, macOS::
- sudo apt-get install gcc python3-dev
- sudo pip3 install psutil
-
-Linux Redhat::
-
- sudo yum install gcc python3-devel
- sudo pip3 install psutil
-
-Windows::
-
- pip3 install psutil
+ pip install psutil
For other platforms see more detailed
`install <https://github.com/giampaolo/psutil/blob/master/INSTALL.rst>`_