From 350c6df1da3868fed6fdf6fbca74adc97d0ebc28 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Mon, 28 Nov 2016 08:31:09 -0800 Subject: python/cssselect: Updated for version 1.0.0 Signed-off-by: Larry Hajali Signed-off-by: Willy Sudiarto Raharjo --- python/cssselect/README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'python/cssselect/README') 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 -- cgit v1.2.3