diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-10-24 14:14:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 14:14:40 -0400 |
commit | 16f4e20bdac5cf7fbf84aa2d1a1f6d9ee540e4ba (patch) | |
tree | 9dc715d97bfc138816165eac9ff2a9d32f94b0be /astroquery/build.sh | |
parent | bc27c200ae7514fbab7de10ad3a30980ef8ef83f (diff) | |
parent | d9cc5da3b2a6a0825c5489417e2e71ad916234c5 (diff) | |
download | astroconda-contrib-16f4e20bdac5cf7fbf84aa2d1a1f6d9ee540e4ba.tar.gz |
Merge pull request #268 from jhunkeler/astroquery
Initial commit; astroquery (#59)
Diffstat (limited to 'astroquery/build.sh')
-rw-r--r-- | astroquery/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroquery/build.sh b/astroquery/build.sh index 141155c..5a5aeeb 100644 --- a/astroquery/build.sh +++ b/astroquery/build.sh @@ -1 +1 @@ -python setup.py install --offline --no-git +$PYTHON setup.py install |