摘要: 打包项目中配置库(filename为文件名,可修改) pip freeze > filename.txt 安装配置文件中所有的库包 pip install -r filename.txt 如提示版本过低 先卸载pip python -m pip uninstall pip 重新安装 easy_ins 阅读全文
posted @ 2019-03-28 16:39 樊熙芈 阅读(511) 评论(0) 推荐(0) 编辑