summaryrefslogtreecommitdiff
path: root/stsci.distutils/build.sh
blob: 5e8b365fbfa079f5201a010479841362c5787f15 (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