From 9c01a4335d687828de3bef8715fb1a7bb06c4dd0 Mon Sep 17 00:00:00 2001 From: Allen Riddell Date: Thu, 26 Mar 2015 14:36:05 -0400 Subject: [PATCH] DOC: Java needed to run MALLET --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 0f6aba5..ff649a5 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,11 @@ higher. ``pip install -r requirements.txt`` +#. The chapter illustrating the use of MALLET needs a java compiler, on + Debian-based Linux such as Ubuntu you may install java with: ``sudo apt-get install + + ``sudo apt-get install openjdk-7-jre-headless`` + #. Build the documentation: ``make html``