diff options
Diffstat (limited to 'specutils')
| -rw-r--r-- | specutils/build.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/specutils/build.sh b/specutils/build.sh index 5a5aeeb..6df1dab 100644 --- a/specutils/build.sh +++ b/specutils/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv | 
