python requirements.txt

生成:pip freeze >requirements.txt

安装:pip install -r requirements.txt

原文地址:https://www.cnblogs.com/mayfly-xlc/p/13353708.html