Skip to content

Commit 317707e

Browse files
committed
added notes about optional lxml install
1 parent 6581294 commit 317707e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Requirements:
1010
* matplotlib (optional)
1111
* pygraphviz (optional)
1212
* PIL (optional)
13-
* JDK 8 or later (OpenJDK 11 recommended)
13+
* lxml (optional)
14+
* OpenJDK 11 (or later)
1415

1516
Uses:
1617
* Weka (3.9.6)

doc/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ The library has the following requirements:
3636
* pygraphviz (optional)
3737
* PIL (optional)
3838
* matplotlib (optional)
39+
* lxml (optional)
3940

40-
* Oracle JDK 1.8 or later (JDK 11 recommended)
41+
* OpenJDK 11 (or later)
4142

4243
Uses:
4344

doc/source/install.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ You need to install the following Python packages:
227227
* pillow
228228
* matplotlib
229229
* pygraphviz
230+
* lxml
230231
* python-javabridge
231232

232233
Once these libraries are installed, you can use ``pip`` to install the remaining

0 commit comments

Comments
 (0)