diff options
Diffstat (limited to 'webbpsf/build.sh')
-rw-r--r-- | webbpsf/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webbpsf/build.sh b/webbpsf/build.sh index 56f0b30..6df1dab 100644 --- a/webbpsf/build.sh +++ b/webbpsf/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install
\ No newline at end of file +$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv |