summaryrefslogtreecommitdiffstats
path: root/python/cssselect/README
diff options
context:
space:
mode:
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
commit350c6df1da3868fed6fdf6fbca74adc97d0ebc28 (patch)
treec7d8dafe585ad9bab285638ff9e665a0f28bc5b6 /python/cssselect/README
parentdb549e9ab9903a7f14e644d5036229487fd28d64 (diff)
downloadslackbuilds-350c6df1da3868fed6fdf6fbca74adc97d0ebc28.tar.gz
slackbuilds-350c6df1da3868fed6fdf6fbca74adc97d0ebc28.tar.xz
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/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/python/cssselect/README b/python/cssselect/README
index 9d2c7d4aae..4609431248 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