summaryrefslogtreecommitdiff
path: root/pip_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pip_install.sh')
-rwxr-xr-xpip_install.sh7
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