diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2013-07-13 01:04:17 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-07-14 17:07:20 -0500 |
commit | 97db499365ca64c35ecd2d015380f26bcbb3a734 (patch) | |
tree | 0a78f2a9cb49a91f90c18a2a2754c0c8faa7c958 /python/psutil/README | |
parent | ff39236caa576a7f59dfef2b61030f457b6caa0b (diff) | |
download | slackbuilds-97db499365ca64c35ecd2d015380f26bcbb3a734.tar.gz |
python/psutil: Updated for version 1.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/psutil/README')
-rw-r--r-- | python/psutil/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/psutil/README b/python/psutil/README index b7548981e3..a8cbc03c9e 100644 --- a/python/psutil/README +++ b/python/psutil/README @@ -3,3 +3,5 @@ running processes and system utilization (CPU, memory, disks, network, users) in a portable way by using Python, implementing many functionalities offered by 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 dependencies are pysetuptools and python3. |