From 376938d3f5bffa070fd2c5769e96887132c1273e Mon Sep 17 00:00:00 2001 From: j Date: Thu, 16 Mar 2017 13:36:36 +0100 Subject: [PATCH] fix dependencies in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6720ff4a6..ad5115d9f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ 2) install all required packages apt-get install git subversion mercurial \ - python3-setuptools python3-pip python3-virtualenv ipython3 \ + python3-setuptools python3-pip python3-virtualenv \ + virtualenv ipython3 \ python3-dev python3-pil python3-numpy python3-psycopg2 \ python3-geoip python3-html5lib python3-lxml \ postgresql postgresql-contrib rabbitmq-server \