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