From 8c72e70c75db996fd8f0d0622dbd69b6ccbaccb3 Mon Sep 17 00:00:00 2001
From: tcaxle <tcac2@cam.ac.uk>
Date: Wed, 15 Apr 2020 17:47:38 +0100
Subject: [PATCH] env,sh

---
 env.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/env.sh b/env.sh
index f5bdcc0..26f239e 100755
--- a/env.sh
+++ b/env.sh
@@ -19,6 +19,7 @@ pip3.8 install django
 pip3.8 install psycopg2 # Needed for postgresql support
 pip3.8 install django-polymorphic # Needed for polymorphic model support
                                # (allows querying of parent models to return children
+pip3.8 install django-multiselectfield
 
 echo "== Creating symbolic link activate -> env/bin/activate =="
 ln -s env/bin/activate activate