python离线安装第三方库和依赖
摘要:
使用anaconda移植环境 https://zhuanlan.zhihu.com/p/87344422 使用pip移植环境 1.制作requirement.txt pip freeze > requirement.txt 内网安装外部依赖包办法: 例如:安装pytest包得时候会顺带安装pytes 阅读全文
posted @ 2020-06-01 16:01 法斯特 阅读(4835) 评论(0) 推荐(0) 编辑