diff options
| author | Scott <[email protected]> | 2022-01-10 17:49:58 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-10 17:49:58 -0800 |
| commit | 6a1cf8a4e570b34765ac946edc9dbb3cd5f146a9 (patch) | |
| tree | 4d330f79c16fbdbf861f74c63ffa9cfe3855caf8 /pip_install.sh | |
| parent | d29fd1c72456b3c81ffeccd7994c5a65c91a81ed (diff) | |
Add requirements.txt
Diffstat (limited to 'pip_install.sh')
| -rwxr-xr-x | pip_install.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/pip_install.sh b/pip_install.sh index 1ee08c9..3982748 100755 --- a/pip_install.sh +++ b/pip_install.sh @@ -5,9 +5,4 @@ set -e python3 -m ensurepip --upgrade -for x in pip wheel aiohttp antlr4-python3-runtime astral bankroll bitstring python-dateutil \ - grpcio holidays cloudpickle dill numpy pandas protobuf psutil pyserial pytype \ - pychromecast requests SpeechRecognition sklearn scikit-learn nltk; do - echo "--- Installing ${x} ---" - pip install -U ${x} -done +pip install requirements.txt |
