From ebf557a3b09f5c43e0322ae865791104bf3a7cf4 Mon Sep 17 00:00:00 2001 From: Dale Potter Date: Wed, 10 Jan 2018 15:26:50 +0000 Subject: [PATCH] Add missing dependency in README Makes the readme consistent with the missing dependency first identified in 6a75e40. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff8bf4b..0ad8747 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Requirements You will need [Redis](http://redis.io), [Postgres](http://postgresql.org), python, pip and develpment libraries (for libpq, libxml2 and libxslt) to run the full setup. For example, on Ubuntu: - sudo aptitude install postgresql redis-server python-pip libpq-dev libxml2-dev libxslt-dev python-dev + sudo aptitude install postgresql redis-server python-pip libpq-dev libxml2-dev libxslt-dev libevent-dev python-dev Installing for development --------------------------