summaryrefslogtreecommitdiff
path: root/imexam/build.sh
blob: 70f3a36dd83d3542be242ce8c922db5cc7dfc468 (plain) (blame)
1
2
3
4
5
6
7

echo This d2to1 hack is deadly.
pip install --no-deps --upgrade --force d2to1 || exit 1
pip install --no-deps --upgrade --force astropy_helpers || exit 1
sed -i -e 's|find-links|#find-links|g' setup.cfg
sed -i -e 's|auto_use|#auto_use|g' setup.cfg
python setup.py install || exit 1