Skip to content
Snippets Groups Projects

Integrate tools for rPPG

Merged André Anjos requested to merge rppg into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -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}
Loading