use below command:
cat requirements.txt | xargs -n 1 pip install
PIP install one by one package from requirements.txt
No comments:
Post a Comment