From dd60896b5113b6e66079fe73b9b53a2b8cd38eeb Mon Sep 17 00:00:00 2001
From: owanes <owain.jones@noc.ac.uk>
Date: Tue, 23 Feb 2016 17:56:47 +0000
Subject: [PATCH] add pypy interpreter

---
 install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh
index 5300244..f0ece9c 100644
--- a/install.sh
+++ b/install.sh
@@ -25,7 +25,7 @@ yum install -y inotify-tools incron
 yum groupinstall -y "Development Tools"
 
 # Install python libraries
-yum install -y python-inotify numpy python-matplotlib python-virtualenv python-pip python-pandas libffi-devel
+yum install -y python-inotify numpy python-matplotlib python-virtualenv python-pip python-pandas libffi-devel pypy pypy-devel
 pip install css-html-js-minify
 pip install bcrypt
 
@@ -138,4 +138,4 @@ loginctl enable-linger gliders
 # make install
 # cd -
 # cp hhvm.service /etc/systemd/system/
-# systemctl enable hhvm
+# systemctl enable hhvm
\ No newline at end of file
-- 
GitLab