diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-09-20 13:57:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 13:57:48 -0400 |
commit | 206d674bc33822e2a5b456bdbf2f4d2d01c2ed65 (patch) | |
tree | 783b036b4f34e21f9f74619a788aa5dfccd48bf5 /cubeviz/bld.bat | |
parent | 57b4143957248edd223279974c611977af1edd2f (diff) | |
download | astroconda-dev-206d674bc33822e2a5b456bdbf2f4d2d01c2ed65.tar.gz |
Deprecated cube-tools. New package: cubeviz (#68)
Diffstat (limited to 'cubeviz/bld.bat')
-rw-r--r-- | cubeviz/bld.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cubeviz/bld.bat b/cubeviz/bld.bat new file mode 100644 index 0000000..b290566 --- /dev/null +++ b/cubeviz/bld.bat @@ -0,0 +1,3 @@ + +python setup.py install +if errorlevel 1 exit 1
\ No newline at end of file |