diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-12-14 14:13:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 14:13:34 -0500 |
commit | 34ff0bd19a38d784b4e164927a439febfc86f960 (patch) | |
tree | 2ad9cf9789110ab3081f4d85d26d47159f72b549 /spectral-cube/build.sh | |
parent | 383d06ee1a701ca4f883acf57100c9a16610f822 (diff) | |
download | astroconda-contrib-34ff0bd19a38d784b4e164927a439febfc86f960.tar.gz |
spectral-cube: Update 0.4.3 (#442)
Diffstat (limited to 'spectral-cube/build.sh')
-rw-r--r-- | spectral-cube/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spectral-cube/build.sh b/spectral-cube/build.sh index 6bd6081..b699425 100644 --- a/spectral-cube/build.sh +++ b/spectral-cube/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt |