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

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