diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-05-26 13:05:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-26 13:05:53 -0400 |
commit | 61952727d0403c32a5179acbb71b76717d29cf20 (patch) | |
tree | f3fe34cef20c4d0604ebca72e0aae52ff89cb2f1 /crds/build.sh | |
parent | 8a2b74e232f9d98e8e9c3aa021e7be5f6bbb7d9e (diff) | |
download | astroconda-dev-61952727d0403c32a5179acbb71b76717d29cf20.tar.gz |
Add optional dependencies (#28)
Diffstat (limited to 'crds/build.sh')
-rw-r--r-- | crds/build.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crds/build.sh b/crds/build.sh index 10954df..762d43b 100644 --- a/crds/build.sh +++ b/crds/build.sh @@ -1,3 +1 @@ - - -python setup.py install || exit 1
\ No newline at end of file +python setup.py install |