diff options
Diffstat (limited to 'python/cssutils/README')
-rw-r--r-- | python/cssutils/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/python/cssutils/README b/python/cssutils/README index e5604f71fe..7fd1da7d4f 100644 --- a/python/cssutils/README +++ b/python/cssutils/README @@ -1,3 +1,8 @@ A Python package to parse and build CSS Cascading Style Sheets. -Optional dependencies: python-chardet and gdata. +Optional dependencies: python3, python-chardet and gdata. + +Note: To install the python 3 bindings pass PYTHON3="yes" to +the slackbuild + + # PYTHON3="yes" ./cssutils.slackBuild |