diff options
Diffstat (limited to 'python/pyicu/README')
-rw-r--r-- | python/pyicu/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pyicu/README b/python/pyicu/README index 86100eea25..7473d2b4a8 100644 --- a/python/pyicu/README +++ b/python/pyicu/README @@ -1,2 +1,7 @@ PyICU is a Python extension wrapping IBM's International Components for Unicode C++ library (ICU). + +python3 is an optional dependency. You need to set PYTHON3=yes, +for example: + + PYTHON3=yes ./pyicu.SlackBuild |