diff options
Diffstat (limited to 'astroscrappy/build.sh')
-rw-r--r-- | astroscrappy/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astroscrappy/build.sh b/astroscrappy/build.sh index 2863cbb..81fdfc7 100644 --- a/astroscrappy/build.sh +++ b/astroscrappy/build.sh @@ -1 +1,2 @@ +curl https://raw.githubusercontent.com/astropy/astropy-helpers/master/ah_bootstrap.py > ah_bootstrap.py $PYTHON setup.py install --offline --no-git --single-version-externally-managed --record record.txt |