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

pip install --no-deps --force --upgrade d2to1

rm -rf jwst_pipeline/timeconversion

for d in jwst_pipeline/*
do
( cd $d && python setup.py install || exit 1 )
done