summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-11-16 17:34:20 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-10 14:10:04 +0100
commita8f071742762cd135dc2c121cd6be72795efb73e (patch)
treecb160f6413cac966ef047fea7a5bf5ada35084cf /readme.md
parent9f46298bd68cb22d88d377552274c8387bf4da3e (diff)
Note the NLTK dependency in the readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 0cfc75b..982e4cf 100644
--- a/readme.md
+++ b/readme.md
@@ -8,7 +8,8 @@ Minimum versions of required packages:
These instructions assume you are running Debian Jessie. Install dependencies:
- apt install apache2 nodejs npm python3 python3-ply python3-psycopg2 python3-termcolor
+ apt install apache2 nodejs npm python3 python3-nltk python3-ply \
+ python3-psycopg2 python3-termcolor
SWI prolog
----------