diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-12-22 17:35:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-22 17:35:21 +0700 |
commit | 8ba9b1878c2e76d3d2487a0a6835056419e9da88 (patch) | |
tree | 7d1b130f64c4231ee773a1747a6e8267ecde2e38 /python/psutil/README | |
parent | a7c953c7e9b057ab77482a9ecbf85e7ecf336fdc (diff) | |
download | slackbuilds-8ba9b1878c2e76d3d2487a0a6835056419e9da88.tar.gz |
python/psutil: Updated for version 3.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/psutil/README')
-rw-r--r-- | python/psutil/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/psutil/README b/python/psutil/README index 0b94eeec80..c6fc21eeb6 100644 --- a/python/psutil/README +++ b/python/psutil/README @@ -5,3 +5,7 @@ command line tools such as: ps, top, df, kill, free, lsof, netstat, ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, and pmap. Optional: pysetuptools, python3. + +To install python3 bindings run the slackbuild with PYTHON3=yes. + + # PYTHON3=yes ./psutil.SlackBuild |