summaryrefslogtreecommitdiff
path: root/drizzlepac/build.sh
blob: 3bc9ae7c596b995b3b549985fa65f3f6172be1d5 (plain) (blame)
1
2
3
4

echo This d2to1 hack is deadly.
pip install --no-deps --upgrade --force d2to1 || exit 1
python setup.py install || exit 1