diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-11-28 21:52:22 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-03 07:21:54 +0700 |
commit | b53788225783a4154bc1c7f58556cbe2fcab2110 (patch) | |
tree | b90f8c475a49e38c4df9cfa96fde8de450df74e3 /python/python-sh/README | |
parent | 350c6df1da3868fed6fdf6fbca74adc97d0ebc28 (diff) | |
download | slackbuilds-b53788225783a4154bc1c7f58556cbe2fcab2110.tar.gz |
python/python-sh: Updated for version 1.12.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-sh/README')
-rw-r--r-- | python/python-sh/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python-sh/README b/python/python-sh/README index c1002feea6..e1c4d96069 100644 --- a/python/python-sh/README +++ b/python/python-sh/README @@ -6,3 +6,7 @@ from sh import ifconfig print(ifconfig("wlan0")) Optional dependency: python3 + +Note: Pass PYTHON3=yes to the slackbuild for pyhton 3 support. + + # PYTHON3="yes" ./python-sh.SlackBuild |