pip生成和安装requirements.txt 2020-04-27 本文已影响0人 徐凯_xp 生成文件 pip freeze > requirements.txt 从requirements.txt安装依赖库 pip install -r requirements.txt