From afe1c988f843329d23a40d4bc158d29f19b6d9d7 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Wed, 14 Dec 2016 10:52:51 +0100
Subject: [PATCH] Integrate tools for rPPG

---
 install/extra-wheels.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/install/extra-wheels.sh b/install/extra-wheels.sh
index 699fe00..f5130a5 100755
--- a/install/extra-wheels.sh
+++ b/install/extra-wheels.sh
@@ -5,6 +5,7 @@
 CYVLFEAT="git+https://github.com/menpo/cyvlfeat@v0.4.5"
 MENPO="pathlib==1.0 git+https://github.com/menpo/menpo@v0.7.3 git+https://github.com/menpo/menpofit@v0.4.1"
 SCHEMA="schema"
+RRPG="pyedflib mne"
 
 if [ "${#}" != 2 ]; then
   echo "usage: `basename $0` <basedir> <name>"
@@ -28,3 +29,4 @@ else
 fi
 pip --no-cache-dir wheel --no-deps ${MENPO}
 pip --no-cache-dir wheel --no-deps ${SCHEMA}
+pip --no-cache-dir wheel --no-deps ${RRPG}
-- 
GitLab