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

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

python setup.py install || exit 1
if errorlevel 1 exit 1