From f46565fe6f3eefd6a8eb1cec7179164f2800b042 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 23 Mar 2016 17:00:53 -0400 Subject: Initial commit --- stsci.sphere/bld.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 stsci.sphere/bld.bat (limited to 'stsci.sphere/bld.bat') diff --git a/stsci.sphere/bld.bat b/stsci.sphere/bld.bat new file mode 100644 index 0000000..2096589 --- /dev/null +++ b/stsci.sphere/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 -- cgit