pip freeze > requirements.txt
pip install -r requirements.txt
requirements的生成与用法
原文:https://www.cnblogs.com/Robertzewen/p/9268919.html