Skip to content

Commit e661d21

Browse files
authored
Update README.md
1 parent c15664e commit e661d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
88
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
99
# 配置国内源,安装PyTorch用
10-
𝑐𝑜𝑛𝑑𝑎 𝑐𝑜𝑛𝑓𝑖𝑔 --𝑎𝑑𝑑 𝑐ℎ𝑎𝑛𝑛𝑒𝑙𝑠 ℎ𝑡𝑡𝑝𝑠://𝑚𝑖𝑟𝑟𝑜𝑟𝑠.𝑡𝑢𝑛𝑎.𝑡𝑠𝑖𝑛𝑔ℎ𝑢𝑎.𝑒𝑑𝑢.𝑐𝑛/𝑎𝑛𝑎𝑐𝑜𝑛𝑑𝑎/𝑐𝑙𝑜𝑢𝑑/𝑝𝑦𝑡𝑜𝑟𝑐ℎ/
10+
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
1111
# 显示源地址
12-
𝑐𝑜𝑛𝑑𝑎 𝑐𝑜𝑛𝑓𝑖𝑔 --𝑠𝑒𝑡 𝑠ℎ𝑜𝑤_𝑐ℎ𝑎𝑛𝑛𝑒𝑙_𝑢𝑟𝑙𝑠 𝑦𝑒𝑠
12+
conda config --set show_channel_urls yes
1313
```
1414

1515
- 安装PyTorch

0 commit comments

Comments
 (0)