summaryrefslogtreecommitdiff
path: root/log.sh
diff options
context:
space:
mode:
Diffstat (limited to 'log.sh')
-rwxr-xr-xlog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.sh b/log.sh
index 7357c76..d812c84 100755
--- a/log.sh
+++ b/log.sh
@@ -3,7 +3,7 @@
WORKING_DIR=$(dirname $0)
python3 -m venv $WORKING_DIR/.venv
source $WORKING_DIR/.venv/bin/activate
-python3 -m pip install -r $WORKING_DIR/requirements.txt
+python3 -m pip install -I --disable-pip-version-check -r $WORKING_DIR/requirements.txt
if [[ $# -ne 1 ]]; then
echo "You must supply a target file"