Make it work.
authorScott <[email protected]>
Tue, 11 Jan 2022 01:52:32 +0000 (17:52 -0800)
committerScott <[email protected]>
Tue, 11 Jan 2022 01:52:32 +0000 (17:52 -0800)
pip_install.sh
requirements.txt

index 39827487ed6ce992cfe227c1b26683052e234568..d1eff635d1c9b40da4046881c9fc4d5a8abb2712 100755 (executable)
@@ -5,4 +5,4 @@
 set -e
 
 python3 -m ensurepip --upgrade
-pip install requirements.txt
+pip install -r requirements.txt
index 7921da68bec627a492f763a7c3d08b2735921632..c239e23612465e5a7adeba27ca56a30add2b9f2f 100644 (file)
@@ -1,24 +1,23 @@
-pip install wheel
-pip install aiohttp
-pip install antlr4-python3-runtime
-pip install astral
-pip install bitstring
-pip install python-dateutil
-pip install grpcio
-pip install holidays
-pip install cloudpickle
-pip install dill
-pip install numpy
-pip install pandas
-pip install protobuf
-pip install psutil
-pip install pyserial
-pip install pytype
-pip install pychromecast
-pip install requests
-pip install SpeechRecognition
-pip install scikit-learn
-pip install nltk
-pip install meross-iot
-
+wheel
+aiohttp
+antlr4-python3-runtime
+astral
+bitstring
+python-dateutil
+grpcio
+holidays
+cloudpickle
+dill
+numpy
+pandas
+protobuf
+psutil
+pyserial
+pytype
+pychromecast
+requests
+SpeechRecognition
+scikit-learn
+nltk
+meross-iot