diff options
Diffstat (limited to 'stsci.stimage/bld.bat')
-rw-r--r-- | stsci.stimage/bld.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stsci.stimage/bld.bat b/stsci.stimage/bld.bat new file mode 100644 index 0000000..2096589 --- /dev/null +++ b/stsci.stimage/bld.bat @@ -0,0 +1,7 @@ + +echo This d2to1 hack is deadly. +pip install --no-deps --upgrade --force d2to1 +if errorlevel 1 exit 1 + +python setup.py install +if errorlevel 1 exit 1
\ No newline at end of file |