summaryrefslogtreecommitdiff
path: root/jwst_tools/build.sh
blob: 9b058f89527a626d4c8a143c5d40554c99baf7c7 (plain) (blame)
1
2
3
4
5
6

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