From a5b7009e8bbf77216f3934e2a59f96e28fc860cb Mon Sep 17 00:00:00 2001
From: Rob Ristroph <rgristroph@gmail.com>
Date: Sun, 24 Jan 2021 15:16:10 -0600
Subject: [PATCH] Updated INSTALL.md with comment about RabbitMQ.

---
 INSTALL.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/INSTALL.md b/INSTALL.md
index 3d604e7..b76f642 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,5 +1,9 @@
 * install PostgreSQL 8.3+
 
+* install Rabbit MQ
+  This is needed for celery to work, which does background processing such as
+  the processing of uploaded list-of-voter CSV files.  
+
 * make sure you have virtualenv installed:
 http://www.virtualenv.org/en/latest/
 
-- 
GitLab