summaryrefslogtreecommitdiff
path: root/pip_install.sh
diff options
context:
space:
mode:
authorScott <[email protected]>2022-01-10 17:52:32 -0800
committerScott <[email protected]>2022-01-10 17:52:32 -0800
commit9bfba844fe0efe6bbf36882d7a56ef41da6d61b9 (patch)
treec19b60799ed735b2e87fe64fb48949f05794d29f /pip_install.sh
parent6a1cf8a4e570b34765ac946edc9dbb3cd5f146a9 (diff)
Make it work.
Diffstat (limited to 'pip_install.sh')
-rwxr-xr-xpip_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pip_install.sh b/pip_install.sh
index 3982748..d1eff63 100755
--- a/pip_install.sh
+++ b/pip_install.sh
@@ -5,4 +5,4 @@
set -e
python3 -m ensurepip --upgrade
-pip install requirements.txt
+pip install -r requirements.txt