summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-03-06 17:18:22 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2019-03-06 17:18:22 +0100
commit52501180c85fd3cde4101f9b1b40015e81649d34 (patch)
treeefd2094fe9ae0b5d0be64176ee763cc453e754b5 /INSTALL.rst
parentf832aa7f008dfeabca61599c539b7b28dd5d4aab (diff)
downloadpsutil-52501180c85fd3cde4101f9b1b40015e81649d34.tar.gz
mention how to run tests in INSTALL guide
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
=========