Skip to content

Commit 0c509fb

Browse files
committed
note bs4 install weirdness
1 parent a14bdcf commit 0c509fb

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,14 @@ Optional dependencies
9595
- Both `html5lib <https://github.com/html5lib/html5lib-python>`__ **and**
9696
`Beautiful Soup 4 <http://www.crummy.com/software/BeautifulSoup>`__: for
9797
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.
100106
- `boto <https://pypi.python.org/pypi/boto>`__: necessary for Amazon S3 access.
101107

102108

doc/source/install.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,14 @@ Optional Dependencies
102102
* Both `html5lib <https://github.com/html5lib/html5lib-python>`__ **and**
103103
`Beautiful Soup 4 <http://www.crummy.com/software/BeautifulSoup>`__: for
104104
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.
107113

108114
.. note::
109115

0 commit comments

Comments
 (0)