diff options
Diffstat (limited to 'calcos/build.sh')
-rw-r--r-- | calcos/build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calcos/build.sh b/calcos/build.sh new file mode 100644 index 0000000..52582b9 --- /dev/null +++ b/calcos/build.sh @@ -0,0 +1,4 @@ + +pip install --no-deps --upgrade --force d2to1 +sed -i -e 's|pyfits.*|astropy (>=0.3.1)|' setup.cfg +python setup.py install || exit 1
\ No newline at end of file |