File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,12 @@ Optional dependencies
9090 * openpyxl version 1.6.1 or higher, for writing .xlsx files
9191 * xlrd >= 0.9.0
9292 * Needed for Excel I/O
93+ * `lxml <http://lxml.de >`__, or `Beautiful Soup 4 <http://www.crummy.com/software/BeautifulSoup >`__: for reading HTML tables
94+ * The differences between lxml and Beautiful Soup 4 are mostly speed (lxml
95+ is faster), however sometimes Beautiful Soup returns what you might
96+ intuitively expect. Both backends are implemented, so try them both to
97+ see which one you like. They should return very similar results.
98+ * Note that lxml requires Cython to build successfully
9399 * `boto <https://pypi.python.org/pypi/boto >`__: necessary for Amazon S3 access.
94100
95101
You can’t perform that action at this time.
0 commit comments