diff options
author | Larry Hajali <larryhaja@gmail.com> | 2015-01-01 07:22:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-01 07:22:59 +0700 |
commit | 29b4b8f46fd65c2b87c1589b18f9182bd819f405 (patch) | |
tree | 66564d3ed891508c7150dcd0c47f820e6ae58005 /python/python-sh/README | |
parent | 7630b7ec7f46385df2547a3e3607081ba2d53275 (diff) |
python/python-sh: Updated for version 1.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-sh/README')
-rw-r--r-- | python/python-sh/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python-sh/README b/python/python-sh/README index 5d7ae670f6dd..c1002feea642 100644 --- a/python/python-sh/README +++ b/python/python-sh/README @@ -4,3 +4,5 @@ allows you to call any program as if it were a function. Eg: from sh import ifconfig print(ifconfig("wlan0")) + +Optional dependency: python3 |