diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-05-16 10:36:03 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-05-16 10:36:03 -0400 |
commit | 2b9286b24bfb26e8df05a5b255a180639cefa87a (patch) | |
tree | 1f996d2815f9e1188ec7e70e01777e540414fcee /pydrizzle/build.sh | |
parent | af1227275064692cb5a5982bdd3d8fed69821bb3 (diff) | |
parent | 54994f40d71ec39f6243e976f4bec588ae0911d6 (diff) | |
download | astroconda-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.sh | 2 |
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 |