diff options
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 |