摘要: 第三方模块下载 # 1. pip工具 避免pip冲突 我们在使用的时候可以添加对应的版本号 下载第三方模块的句式 pip install 模块名 下载第三方模块临时切换仓库 pip install 模块名 -i 仓库地址 下载第三方模块指定版本(不指定默认是最新版) pip install 模块名= 阅读全文
posted @ 2022-10-26 21:50 橘子菌菌n 阅读(150) 评论(0) 推荐(0)