summaryrefslogtreecommitdiffstats
path: root/python/cssselect
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 04:12:11 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:37:54 -0400
commit0cad3c08d97a556f3f9d6426ba0f20c516538152 (patch)
tree07ce8dc3a226dce8bdb637b4924799315b30fb35 /python/cssselect
parent7b25c9b0ecb71d1b06a8627273278ca83154974e (diff)
downloadslackbuilds-0cad3c08d97a556f3f9d6426ba0f20c516538152.tar.gz
slackbuilds-0cad3c08d97a556f3f9d6426ba0f20c516538152.tar.xz
python/cssselect: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/cssselect')
-rw-r--r--python/cssselect/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/python/cssselect/README b/python/cssselect/README
index a727def81b..a6e5144f13 100644
--- a/python/cssselect/README
+++ b/python/cssselect/README
@@ -1,9 +1,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.
+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.
Optional dependencies: lxml and Sphinx
-Note: To install Python 3 bindings, install python3 and set PYTHON3="yes"
-to the slackbuild.
+Note: To install Python 3 bindings, install python3 and set
+PYTHON3="yes" in the environment:
# PYTHON3="yes" ./cssselect.SlackBuild