生成和安装requirements.txt依赖

pip freeze > requirements.txt

pip install -r < requirements.txt

原文地址:https://www.cnblogs.com/ray-mmss/p/10417023.html