diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-03-15 14:04:22 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:59:24 +0700 |
commit | aef63afe49d64c88d3bede09433788012811b02a (patch) | |
tree | 0e724a15efee531bc6b01fb11ae72b5ec879e42d /python/cssutils/README | |
parent | d379a8a16cfe6e8c0cfe38b8a2d722b9a2831a8f (diff) | |
download | slackbuilds-aef63afe49d64c88d3bede09433788012811b02a.tar.gz |
python/cssutils: Updated for version 1.0.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
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 |