diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-16 10:31:58 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-16 10:35:22 -0400 |
| commit | 54994f40d71ec39f6243e976f4bec588ae0911d6 (patch) | |
| tree | 1f996d2815f9e1188ec7e70e01777e540414fcee /pydrizzle/build.sh | |
| parent | 1759c4eaa7c5676ee00b52462c54697064634ee9 (diff) | |
| download | astroconda-contrib-54994f40d71ec39f6243e976f4bec588ae0911d6.tar.gz | |
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 |
