summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 68c63917..f11cbaf4 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -87,7 +87,6 @@ FreeBSD
pkg install python3 gcc
python -m pip3 install psutil
-
OpenBSD
=======
@@ -97,7 +96,6 @@ OpenBSD
pkg_add -v python3 gcc
python3 -m pip install psutil
-
NetBSD
======
@@ -108,7 +106,6 @@ NetBSD
pkgin install python3 gcc
python3 -m pip install psutil
-
Solaris
=======
@@ -121,7 +118,6 @@ Install::
pkg install gcc
python3 -m pip install psutil
-
Install from sources
====================
@@ -131,6 +127,12 @@ Install from sources
cd psutil
python3 setup.py install
+Testing installation
+====================
+
+::
+
+ python3 -m psutil.tests
Dev Guide
=========