Skip to content
Snippets Groups Projects
build.sh 445 B
#!/bin/bash


# install rsb-python
# Trick conda build to let rsb-python installation run
# The url to spread in there is not used, but will still raise a RuntimeError if
# not tricked like this...
#unset CONDA_BUILD
#pip install --no-dependencies rsb-python
#set CONDA_BUILD

# Since we setup subfolders for ipaaca and proto, we want to step into the ipaaca folder here
cd ipaaca
echo "Installing ipaaca using setup.py"
python setup.py install