diff options
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 5d7ae670f6dd9..c1002feea642c 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 |