文章目录
- 一、参考链接
- 二、步骤
- 1、安装
- 设置搜索时显示通道地址
一、参考链接
https://finance.sina.com.cn/tech/roll/2023-01-12/doc-imxzxanp8949725.shtml
二、步骤
1、win+r,然后输入cmd,打开终端窗口
2、输入命令:conda env list,可以查看当前已经安装的python环境
conda create -n pytorch1.7 python=3.8
1、安装
首先,我们需要用 git 克隆存储库:
git clone https://github.com/ultralytics/ultralytics.git
windows下
在清华源和中科大源之间自行选择
C:\Users\Administrator.condarc
1 添加清华源
命令行中直接使用以下命令
conda config --add channels https