摘要: python 安装第三方库方法: 1. 使用pip方法: pip install xxxxx or pip3 install xxxx 2.使用conda方法 conda install xxxx 使用默认的源安装非常慢,这里提供第三方源安装方法: 格式: conda/pip install xxx 阅读全文
posted @ 2021-01-13 21:03 寂寞一根烟 阅读(224) 评论(0) 推荐(0)