pip freeze >requirements.txt 会在项目中生成requirements.txt文件ui
当拿到项目,会提示安装依赖包等,直接使用下面命令便可安装项目中相同的依赖包,启动项目便可spa
pip install -r requirements.txt ip