summaryrefslogtreecommitdiff
path: root/jwst_pipeline/build.sh
blob: fb8181ca7542b1db3577dd580592c1cd5b0ef7c9 (plain) (blame)
1
2
3
4
5
6

pip install --no-deps --force --upgrade d2to1
for d in jwst_pipeline/*
do
( cd $d && python setup.py install || exit 1 )
done