diff options
author | Larry Hajali <larryhaja@gmail.com> | 2020-01-26 12:47:45 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-01 09:00:35 +0700 |
commit | 3f4881e68ba57544f5e45f7bf5004e19b659d709 (patch) | |
tree | d8a0fbfe076543fa97488e8c5410ee5f5c4f356a /python/python-sh/README | |
parent | 629343557046a4611d6fcfb55acb973ee1664153 (diff) |
python/python-sh: Autodetect python3
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/python-sh/README')
-rw-r--r-- | python/python-sh/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/python-sh/README b/python/python-sh/README index e1c4d96069c6d..c1002feea642c 100644 --- a/python/python-sh/README +++ b/python/python-sh/README @@ -6,7 +6,3 @@ 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 |