X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=pip_install.sh;h=39827487ed6ce992cfe227c1b26683052e234568;hb=6a1cf8a4e570b34765ac946edc9dbb3cd5f146a9;hp=1ee08c97de1e53b6642fb356373331a32bb62f68;hpb=d29fd1c72456b3c81ffeccd7994c5a65c91a81ed;p=python_utils.git 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