批量安装包

 

 

 

 

 

 

 

 

 

 

 

运行pip.exe freeze > requirements.txt,在路径D:\Python37\Scripts下会生成一个requirements.txt的文件

 

注意:文件名必须是requirements.txt

 

 运行命令:pip.exe install -r D:\Python37\Scripts\requirements.txt -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

 

其中

-r表示覆盖安装

D:\Python37\Scripts\requirements.txt为第一步中生成第三方库信息的文件路径

 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 国内镜像,可加快下载速度

 

上一篇:下载angular项目报错[ERROR] ionic-app-scripts has unexpectedly closed (exit code 1).


下一篇:IP配置脚本范本