diff options
Diffstat (limited to 'hstaxe/build.sh')
-rw-r--r-- | hstaxe/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hstaxe/build.sh b/hstaxe/build.sh index 8bc9f95..7e1c267 100644 --- a/hstaxe/build.sh +++ b/hstaxe/build.sh @@ -1,3 +1,3 @@ set -x export PKG_CONFIG_PATH="$CONDA_PREFIX/lib/pkgconfig" -$PYTHON setup.py install --single-version-externally-managed --record=root.txt +$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv |