Skip to content
Snippets Groups Projects
Commit afe1c988 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Integrate tools for rPPG

parent 912a8da2
No related branches found
No related tags found
1 merge request!20Integrate tools for rPPG
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
CYVLFEAT="git+https://github.com/menpo/cyvlfeat@v0.4.5" 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" MENPO="pathlib==1.0 git+https://github.com/menpo/menpo@v0.7.3 git+https://github.com/menpo/menpofit@v0.4.1"
SCHEMA="schema" SCHEMA="schema"
RRPG="pyedflib mne"
if [ "${#}" != 2 ]; then if [ "${#}" != 2 ]; then
echo "usage: `basename $0` <basedir> <name>" echo "usage: `basename $0` <basedir> <name>"
...@@ -28,3 +29,4 @@ else ...@@ -28,3 +29,4 @@ else
fi fi
pip --no-cache-dir wheel --no-deps ${MENPO} pip --no-cache-dir wheel --no-deps ${MENPO}
pip --no-cache-dir wheel --no-deps ${SCHEMA} pip --no-cache-dir wheel --no-deps ${SCHEMA}
pip --no-cache-dir wheel --no-deps ${RRPG}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment