summaryrefslogtreecommitdiff
path: root/stsci.distutils/bld.bat
blob: eb68153340e8532e5e18fa9a6f4478eb0b4d9066 (plain) (blame)
1
2
3
4
5
6
7

echo This d2to1 hack is deadly.
REM pip install --no-deps --upgrade --force d2to1
if errorlevel 1 exit 1

python setup.py install
if errorlevel 1 exit 1