Skip to content

Commit

Permalink
adding back sh file into external
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin CO committed Mar 20, 2024
1 parent 2c3f621 commit 6216856
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions external/bioptim_install_windows.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/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

0 comments on commit 6216856

Please sign in to comment.