diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-11-28 08:31:09 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-03 07:21:53 +0700 |
commit | 350c6df1da3868fed6fdf6fbca74adc97d0ebc28 (patch) | |
tree | c7d8dafe585ad9bab285638ff9e665a0f28bc5b6 /python/cssselect/README | |
parent | db549e9ab9903a7f14e644d5036229487fd28d64 (diff) |
python/cssselect: Updated for version 1.0.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cssselect/README')
-rw-r--r-- | python/cssselect/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/python/cssselect/README b/python/cssselect/README index 9d2c7d4aae636..46094312482d7 100644 --- a/python/cssselect/README +++ b/python/cssselect/README @@ -2,5 +2,9 @@ cssselect parses CSS3 Selectors and translate them to XPath 1.0 expressions. Such expressions can be used in lxml or another XPath engine to find the matching elements in an XML or HTML document. -Optionally: lxml can be installed for running tests. Sphinx and Pygments -can be installed for man pages. +Optional dependencies: lxml, Sphinx and python3 + +Note: To install Python 3 bindings, install python3 and set PYTHON3="yes" +to the slackbuild. + + # PYTHON3="yes" ./cssselect.SlackBuild |