File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,14 @@ Optional dependencies
95
95
- Both `html5lib <https://github.com/html5lib/html5lib-python >`__ **and **
96
96
`Beautiful Soup 4 <http://www.crummy.com/software/BeautifulSoup >`__: for
97
97
reading HTML tables
98
- - These can both easily be installed by ``pip install html5lib `` and ``pip
99
- install beautifulsoup4 ``.
98
+
99
+ .. warning ::
100
+
101
+ If you are on a 32-bit machine you need to install an older version of
102
+ Beautiful Soup. Version 4.0.2 of BeautifulSoup has been tested on Ubuntu
103
+ 12.04.02 32-bit.
104
+
105
+ - Any recent version of ``html5lib `` is okay.
100
106
- `boto <https://pypi.python.org/pypi/boto >`__: necessary for Amazon S3 access.
101
107
102
108
Original file line number Diff line number Diff line change @@ -102,8 +102,14 @@ Optional Dependencies
102
102
* Both `html5lib <https://github.com/html5lib/html5lib-python >`__ **and **
103
103
`Beautiful Soup 4 <http://www.crummy.com/software/BeautifulSoup >`__: for
104
104
reading HTML tables
105
- * These can both easily be installed by ``pip install html5lib `` and ``pip
106
- install beautifulsoup4 ``.
105
+
106
+ .. warning ::
107
+
108
+ If you are on a 32-bit machine you need to install an older version of
109
+ Beautiful Soup. Version 4.0.2 of BeautifulSoup has been tested on Ubuntu
110
+ 12.04.02 32-bit.
111
+
112
+ * Any recent version of ``html5lib `` is okay.
107
113
108
114
.. note ::
109
115
You can’t perform that action at this time.
0 commit comments