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