Improve docstrings for sphinx.
[python_utils.git] / pip_install.sh
index 1ee08c97de1e53b6642fb356373331a32bb62f68..d1eff635d1c9b40da4046881c9fc4d5a8abb2712 100755 (executable)
@@ -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 -r requirements.txt