summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-01-29 00:08:14 +0100
committerGitHub <noreply@github.com>2020-01-29 00:08:14 +0100
commit994c429c010049a6a0556ce3b0d1af1f86f27867 (patch)
tree0042fbc7c863f2cc1ff3cd81c29d6450f0af6a8e /INSTALL.rst
parent0e8e5a983ac7e346224cfaa45856738628c1bdc5 (diff)
downloadpsutil-994c429c010049a6a0556ce3b0d1af1f86f27867.tar.gz
Properly handle PID type in C (#1672)
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 2b1ea329..c3b9e91c 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -93,7 +93,7 @@ OpenBSD
::
export PKG_PATH=http://ftp.eu.openbsd.org/pub/OpenBSD/`uname -r`/packages/`uname -m`/
- pkg_add -v python3 gcc
+ pkg_add -v python gcc
python3 -m pip install psutil
NetBSD