summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-17 13:53:41 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-17 13:53:41 +0100
commitee08f81dffa1c4adf977ee408f4557baeb2236ce (patch)
treecf77d13436ebf55ffdcafd3a5e0fe7505fc6d8cb
parent93436316e9c4269b4ed860fc07a3398bebe6dbdb (diff)
Note the new dependency python3-urllib3
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 4abfbdb..7583136 100644
--- a/readme.md
+++ b/readme.md
@@ -9,7 +9,7 @@ Minimum versions of required packages:
These instructions assume you are running Debian Jessie. Install dependencies:
apt install apache2 nodejs npm python3 python3-nltk python3-ply \
- python3-psycopg2 python3-termcolor
+ python3-psycopg2 python3-termcolor python3-urllib3
SWI prolog
----------