summaryrefslogtreecommitdiffstats
path: root/python/cssselect/README
diff options
context:
space:
mode:
author Larry Hajali2013-05-19 15:12:35 +0200
committer dsomero2013-05-19 15:12:35 +0200
commitc4b114203682d507bc1ccd1f66d04f5c1a092d14 (patch)
treee5fb8dc37aebf6bbeefb85e35c085bbc33ffbb55 /python/cssselect/README
parent9a9a3588839db0e9885590e3f45ea7f2990d9bd8 (diff)
downloadslackbuilds-c4b114203682d507bc1ccd1f66d04f5c1a092d14.tar.gz
python/cssselect: Updated for version 0.8.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/cssselect/README')
-rw-r--r--python/cssselect/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/cssselect/README b/python/cssselect/README
index 962b0278f1..9d2c7d4aae 100644
--- a/python/cssselect/README
+++ b/python/cssselect/README
@@ -1,3 +1,6 @@
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.