summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-11-11 23:00:16 -0500
committerSteph Enders <steph@senders.io>2023-11-11 23:00:16 -0500
commit39043ba7b727140fd7bd9703006fca61e3fddcdb (patch)
treec8f67356090f0a8e32b79dd80198904bcd38ca20
parenta9ea07699e4f8c7b65d9ccb84d1ccc993f9e3cad (diff)
Suppress pip upgrade information and such
-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"