diff options
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 |
commit | 0cad3c08d97a556f3f9d6426ba0f20c516538152 (patch) | |
tree | 07ce8dc3a226dce8bdb637b4924799315b30fb35 /python/cssselect | |
parent | 7b25c9b0ecb71d1b06a8627273278ca83154974e (diff) |
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/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/cssselect/README b/python/cssselect/README index a727def81bde9..a6e5144f1391b 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 |