summaryrefslogtreecommitdiff
path: root/python/cssselect/README
diff options
context:
space:
mode:
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