summaryrefslogtreecommitdiff
path: root/pydrizzle/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-05-16 10:36:03 -0400
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-05-16 10:36:03 -0400
commit2b9286b24bfb26e8df05a5b255a180639cefa87a (patch)
tree1f996d2815f9e1188ec7e70e01777e540414fcee /pydrizzle/build.sh
parentaf1227275064692cb5a5982bdd3d8fed69821bb3 (diff)
parent54994f40d71ec39f6243e976f4bec588ae0911d6 (diff)
downloadastroconda-contrib-2b9286b24bfb26e8df05a5b255a180639cefa87a.tar.gz
Merge pull request #3 from jhunkeler/contrib-pydrizzle
Initial commit of pydrizzle
Diffstat (limited to 'pydrizzle/build.sh')
-rw-r--r--pydrizzle/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pydrizzle/build.sh b/pydrizzle/build.sh
new file mode 100644
index 0000000..f5ed7a2
--- /dev/null
+++ b/pydrizzle/build.sh
@@ -0,0 +1,2 @@
+pip install --no-deps --upgrade --force d2to1 || exit 1
+python setup.py install || exit 1