40-lewis.sh 290 Bytes
Newer Older
#!/bin/bash

#set -e
set -vx

echo -e "*****************************\n* Install osip\n*****************************\n"
cd ${HOME}/frameworks
git clone https://github.com/fsismondi/ioppytest-utils ./ioppytest-utils
cd ./ioppytest-utils
pip3 install -r ./requirements.txt

cd ${HOME}

exit 0