diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-07-30 10:49:56 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:51 +0100 |
commit | 99be0d29036f7e3822ca885fcc1b600a6925f2a7 (patch) | |
tree | f90d0aec8ccb08f96162936ec195764903e95ae7 /python/lxml/README | |
parent | 3bbcfb4e6f838cda7a16037066965ac4effdb86d (diff) | |
download | slackbuilds-99be0d29036f7e3822ca885fcc1b600a6925f2a7.tar.gz |
python/lxml: Updated for version 3.6.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/lxml/README')
-rw-r--r-- | python/lxml/README | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/python/lxml/README b/python/lxml/README index 5772fe694a..99f8dc670b 100644 --- a/python/lxml/README +++ b/python/lxml/README @@ -2,5 +2,10 @@ lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API. -python3 is an optional build dependency. -cssselect and html5lib are optional runtime dependencies. +Optional dependencies: python3, BeautifulSoup and cssselect + +BeautifulSoup can be used in place of BeautifulSoup4. + +Note: To install python3 bindings pass PYTHON3=yes to the slackbuild. + + # PYTHON3=yes ./lxml.SlackBuild |