diff options
| author | Scott <[email protected]> | 2022-01-10 17:52:32 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-10 17:52:32 -0800 |
| commit | 9bfba844fe0efe6bbf36882d7a56ef41da6d61b9 (patch) | |
| tree | c19b60799ed735b2e87fe64fb48949f05794d29f /pip_install.sh | |
| parent | 6a1cf8a4e570b34765ac946edc9dbb3cd5f146a9 (diff) | |
Make it work.
Diffstat (limited to 'pip_install.sh')
| -rwxr-xr-x | pip_install.sh | 2 |
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 |
