diff options
Diffstat (limited to 'pyraf/bld.bat')
-rw-r--r-- | pyraf/bld.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyraf/bld.bat b/pyraf/bld.bat new file mode 100644 index 0000000..695f708 --- /dev/null +++ b/pyraf/bld.bat @@ -0,0 +1,6 @@ + +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 |