diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-11-16 17:34:20 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-10 14:10:04 +0100 |
commit | a8f071742762cd135dc2c121cd6be72795efb73e (patch) | |
tree | cb160f6413cac966ef047fea7a5bf5ada35084cf | |
parent | 9f46298bd68cb22d88d377552274c8387bf4da3e (diff) |
Note the NLTK dependency in the readme
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ---------- |