diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-10 12:38:28 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-10 12:38:28 -0400 |
commit | efe662ca7d03d4a6b98f95c7209e899bd87bbf8d (patch) | |
tree | e66c0181ae8ff628657dbe5ba655a21871ec2baa /acstools/build.sh | |
parent | 3891b3da15bbff3f12d6fe08eb92b54e775714a5 (diff) | |
download | astroconda-dev-efe662ca7d03d4a6b98f95c7209e899bd87bbf8d.tar.gz |
acstools: fix requirements
Diffstat (limited to 'acstools/build.sh')
-rw-r--r-- | acstools/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/acstools/build.sh b/acstools/build.sh index 6bd6081..a660906 100644 --- a/acstools/build.sh +++ b/acstools/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=record.txt |