python 根据目录下的 requirements.txt安装所有依赖

pip install -r ./requirements.txt

参考:

https://stackoverflow.com/questions/7225900/how-can-i-install-packages-using-pip-according-to-the-requirements-txt-file-from

原文地址:https://www.cnblogs.com/mrlonely2018/p/15137166.html