- 搜索anocanda powershell
- 查看conda 环境,* 为当前环境
- 查看当前环境下的安装包和模块
- 安装模块
- 默认从国内镜像源,这样下载速度比较快。配置步骤如下
命名pip.ini
文本文档中内容如下
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = pypi.tuna.tsinghua.edu.cn
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = pypi.tuna.tsinghua.edu.cn