Kev1CO/cocofest

View on GitHub
external/bioptim_install_windows.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

## Move to the external folder
cd ${0%/*}

git submodule update --recursive --init

## Move to the bioptim folder
cd bioptim

# Installing bioptim
python setup.py install